ADO and MySQL (without BDE)
From: ascll (ascllREMOVE_at_yahoo.com)
Date: 05/28/04
- Next message: Vitali Kalinin: "Re: Pooling"
- Previous message: vadim: "Re: ADOTable in DLL cannot catch OnPostError"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 May 2004 14:54:03 +0800
Greetings,
By using ADOConnection, ADOQuery and make use of FoxPro ODBC driver as
'ConnectionString', how to I extract all the records from FoxPro table
(test.dbf) to a text file (test.txt), and this text file should be imported
to MySQL table (same table structures) using command below: -
LOAD DATA INFILE "text.txt" INTO TABLE 'mysql_tablename';
Or you you have alternative methods to import records from .dbf table into
MySQL table using only ADO components (NO BDE components)?
Thanks in advance.
- Next message: Vitali Kalinin: "Re: Pooling"
- Previous message: vadim: "Re: ADOTable in DLL cannot catch OnPostError"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]