当前位置: 代码迷 >> PB >> dbms is not supported in you current install.的有关问题
  详细解决方案

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

热度:95   发布时间:2016-04-29 08:33:32.0
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 ?
------解决方案--------------------
这个不大清楚,帮顶!
  相关解决方案