L
LiGen
Unregistered / Unconfirmed
GUEST, unregistred user!
ODBC 配置数据为读写, 用 Ado 连接数据一切正常 SQlStrings为
Selcet * from "country.db"
数据正常打开,可是不能编辑. 而用 BDE TQuery
同样的语法,数据却能编辑,为什么? 请指教!!!!!!!!!
补充:
requestlive=true
且 TAdoQuery没有requuestlive属性
补充:
不行还是不行(正常打开) ,提示:[Microsoft][ODBC Paradox Driver] The
Microsoft Jet database engine could not find the object '"country
"' Make sure the object exists and that you spell its name and the
Path name couuectly
而 TAdoTable 却一切正常,Delphi 6 win200 severs 上测试依然,为什么??????
Selcet * from "country.db"
数据正常打开,可是不能编辑. 而用 BDE TQuery
同样的语法,数据却能编辑,为什么? 请指教!!!!!!!!!
补充:
requestlive=true
且 TAdoQuery没有requuestlive属性
补充:
不行还是不行(正常打开) ,提示:[Microsoft][ODBC Paradox Driver] The
Microsoft Jet database engine could not find the object '"country
"' Make sure the object exists and that you spell its name and the
Path name couuectly
而 TAdoTable 却一切正常,Delphi 6 win200 severs 上测试依然,为什么??????