View Full Version : How to use sql to trasfer sql data to paradox db file.
How to use sql to trasfer sql data to paradox db file not to use delphi batchmove.
can u help me.
dim47
04-02-2001, 08:04 AM
BDE Help
Local SQL also supports BDE aliases in table references. To do this, enclose the BDE alias in colons, prefix the table name with that colon-enclosed alias name, and then enclose the whole reference in quotation marks. For example:
SELECT * FROM ":DBDEMOS:Customer.db"
Try SELECT * FROM ... INTO ... or something like this
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.