Okay, even with the dataset I still need a little help here. Even using the dataset I get a 'Invalid parameters for TBatchMove object' or something like that. I think I'm missing something, but I can't figure out what it is. Thanks in advance
I'm using Delphi 5. I've had a few different things. I'm using MySQLDac to access the data in a query. This is what I have right now, though:
procedure TForm_qm_SQL.Btn_ExportDBFClick(Sender: TObject);
var
//oExport: TmySQLQuery;
oExport: TQuery;
tblDest: TTable;
tblSource: TTable;
begin
Screen.Cursor := crHourglass;
//tblExportDBF.DatabaseName := 'QM_Database';
//oExport.DataSource := QueryResults.DataSource;
with tblExportDBF do
begin
Active := False;
FieldDefs.Clear;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.