Board index » delphi » Stand alone utility to convert foxpro tables to

Stand alone utility to convert foxpro tables to

I'm looking for a small stand alone utility to convert foxpro tables
to
paradox format.

I need other  to convert Paradox into FoxPro.

If it works with command line, better.

I'm not interested in components to open foxpro in Delphi.

Thank You!

 

Re:Stand alone utility to convert foxpro tables to


Why not just use TBatchMove and a couple of TTables?

Are you trying to preserve a bunch of indexes? Just rebuild them when
you create the table.

Delphi can READ Fox tables just fine. Writing is disasterous, however.

On Thu, 21 Feb 2002 12:28:17 GMT, mario...@hotmail.com (Mrio Gil)
wrote:

Quote
>I'm looking for a small stand alone utility to convert foxpro tables
>to
>paradox format.

>I need other  to convert Paradox into FoxPro.

>If it works with command line, better.

>I'm not interested in components to open foxpro in Delphi.

>Thank You!

----------------------
Bill Artemik
Programmer / Analyst
b...@droste1.com

"He who procrastinates

Re:Stand alone utility to convert foxpro tables to


We need a stand alone program, external to delphi.
We need to do integration of our Software with a external software
that have FoxPro Database.

On Thu, 21 Feb 2002 07:32:46 -0500, Bill Artemik <B...@droste1.com>
wrote:

Quote
>Why not just use TBatchMove and a couple of TTables?

>Are you trying to preserve a bunch of indexes? Just rebuild them when
>you create the table.

>Delphi can READ Fox tables just fine. Writing is disasterous, however.

>On Thu, 21 Feb 2002 12:28:17 GMT, mario...@hotmail.com (Mrio Gil)
>wrote:

>>I'm looking for a small stand alone utility to convert foxpro tables
>>to
>>paradox format.

>>I need other  to convert Paradox into FoxPro.

>>If it works with command line, better.

>>I'm not interested in components to open foxpro in Delphi.

>>Thank You!

>----------------------
>Bill Artemik
>Programmer / Analyst
>b...@droste1.com

>"He who procrastinates

Other Threads