dbTalk Databases Forums  

dbf -> mysql

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss dbf -> mysql in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AK
 
Posts: n/a

Default dbf -> mysql - 03-08-2005 , 01:23 PM






Hi;

Anyone here worked with exporting data from dbf to mysql? I don't want
to work with odbc cause it's slow.
Any ideas how to move large amounts of data from a win based vfp table
into a Linux based mysql table?

Thx,
AK

Reply With Quote
  #2  
Old   
Dennis P. Harris
 
Posts: n/a

Default Re: dbf -> mysql - 03-08-2005 , 02:10 PM






On Tue, 08 Mar 2005 19:23:49 GMT in comp.databases.xbase.fox, AK
<newal (AT) rugwho (DOT) com> wrote:

Quote:
Any ideas how to move large amounts of data from a win based vfp table
into a Linux based mysql table?
save the data as CSV files. i believe most SQL servers allow
import of flat files. of course, you will have to create the
table by defining a database with a schema that matches your
original vfp tables.


To send an email, remove the nospam...


Reply With Quote
  #3  
Old   
Paul
 
Posts: n/a

Default Re: dbf -> mysql - 03-09-2005 , 12:43 PM



AK wrote:
Quote:
Hi;

Anyone here worked with exporting data from dbf to mysql? I don't want
to work with odbc cause it's slow.
Any ideas how to move large amounts of data from a win based vfp table
into a Linux based mysql table?
I wrote a foxpro program some time ago that re-creates a table & all the
data in SQL by generating a text file with CREATE TABLE and INSERT
statements. It was designed for MS SQL 2000 but there was nothing
special about the generated SQL. I used it to transfer 100s of
Megabytes of data.

Let me know if you want a copy.

--
Paul


Reply With Quote
  #4  
Old   
Matt Johnson
 
Posts: n/a

Default Re: dbf -> mysql - 03-21-2005 , 05:50 PM



look at the gendbc program in the tools directory

"AK" <newal (AT) rugwho (DOT) com> wrote

Quote:
Hi;

Anyone here worked with exporting data from dbf to mysql? I don't want
to work with odbc cause it's slow.
Any ideas how to move large amounts of data from a win based vfp table
into a Linux based mysql table?

Thx,
AK




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.