首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

dbms is not supported in you current install.的有关问题

2012-03-16 
dbms is not supported in you current install...的问题我用ms直连sqlserver2000的数据库,在application

dbms is not supported in you current install...的问题
我用ms直连sqlserver2000的数据库,在application里的open代码里能成功连上,但在窗体window里检索数据
select ysh into :ls_ysh from gy_ygdm where ysh=:ls_user; 时却出现了错误,transcation not connected,用connect重连数据库却出现了dbms is not supported in you current install的问题,是怎么回事啊?我百思不得其解,明明在application里的open代码能连上,但到了window里怎么就不行了呢?

[解决办法]
connect using sqlca;
if sqlca.sqlcode<>0 then
messagebox("提示",sqlca.SQLErrText)
end if
[解决办法]
难道使用了不同的 transcation ?
[解决办法]
这个不大清楚,帮顶!

热点排行