本文整理自网络,侵删。
insert into tablename
select * from bablename in '其它数据库的路径'
例:
'insert into b2 select a,b from b1 in ''C:\Documents and Settings\Administrator\桌面\sss\test1.mdb'''
相关阅读 >>
Delphi program name、process id、window handle、process handle 的转换函数
Delphi动态创建tadoquery加access出现'不正常的定义参数对象 提供了不一致或不完整的信息'错误
Delphi格式化函数format、formatdatetime和formatfloat
更多相关阅读请进入《Delphi》频道 >>