ACCESS数据库之间导数据问题(因为原问题没解决,换个问题) (50分)

  • 主题发起人 主题发起人 yanyandt2
  • 开始时间 开始时间
Y

yanyandt2

Unregistered / Unconfirmed
GUEST, unregistred user!
好象可以用adoconnection,然后用SQL语句导数据
请问如何实现?
 
宽度:
ShockwaveFlash1.TGetProperty('/',8)
高度
ShockwaveFlash1.TGetProperty('/',9)
 
这个不行,我试过了
得到的和flash的不一样
 
不一样?不可能吧,我试过好多个,都一样啊
 
我那个flash宽是700
用这个方法得到的是 688.12
 
to yanyandt2
你到底问的什么问题阿
 
问的是这个:
好象可以用adoconnection,然后用SQL语句导数据
请问如何实现?

谢谢相告:)
 
INSERT INTO table1 IN 'c:/1.mdb'
SELECT table1;
 

SELECT * INTO table1 from t IN 'E:/Documents and Settings/Administrator/My Documents/db1.mdb'
 
adoconnection1.Execute('select * into testtable from testtable in '+
'D:/test/db1.mdb');
我是这么写的,提示from子语法错误
 
adoconnection1.Execute
('select * into testtable from [D:/test/db1.mdb].testtable ');
 
非常感谢 hfghfghfg!!!!
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
751
SUNSTONE的Delphi笔记
S
S
回复
0
查看
742
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部