简单问题---用access97定义数据库,adoquery组件连接后出现如下错误提示--在线给分
connectionstring 属性为: Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=D:\db1.mdb
和
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\db1.mdb;Persist Security Info=False
sql语句为:select * from db1
在将active给为true时救出现以下错误提示:
the MIcrosoft Jet database engine cannot find the input table or quetu 'db1',make sure it exist and that its name is spelled correctly
请各位指教!
问题点数:30、回复次数:4Top
1 楼zhanghaijun(zhanghaijun)回复于 2003-06-02 09:08:07 得分 15
数据库中没有db1这个表名Top
2 楼chenjiong(准程序员:升级中....)回复于 2003-06-02 09:15:26 得分 10
db1是你的库名称,不是表名称。
你要建表,然后查询表。Top
3 楼wzj_qd434(Azalea)回复于 2003-06-02 09:19:47 得分 5
没有db1表Top
4 楼famousun(路漫漫其修远兮,吾将上下而求索)回复于 2003-06-02 09:25:14 得分 0
不好意思,犯了傻,这问题太弱智,马上给分Top




