Z
zlf001
Unregistered / Unconfirmed
GUEST, unregistred user!
strsql := 'insert into '+Opendialog2.FileName+'.kehu select * from '+
Opendialog1.filename+'.kehu';
这里在解释详细一点。里面的opendialog1.filename和opendialog2.filename
已经有ADO1和ADO2中的connectstring 属性动态的连接了用户选择的两个数据库。
我遇上的问题就是如果把其中的opendialog1.filename和opendialog2.filename
换成固定的数据库就在DELPHI中实现
Opendialog1.filename+'.kehu';
这里在解释详细一点。里面的opendialog1.filename和opendialog2.filename
已经有ADO1和ADO2中的connectstring 属性动态的连接了用户选择的两个数据库。
我遇上的问题就是如果把其中的opendialog1.filename和opendialog2.filename
换成固定的数据库就在DELPHI中实现