(简单的windows中加datawindows)运行后出现dbms is not supported in your current installation
我的程序(简单的windows中加datawindows)运行后出现dbms is not supported in your current installation
确定又出现database transaction information not available.
call settrans or settransobject function只有标头名,没有数据?
程序可保存,datawindows明明有数据,我在db profile中preview的text connection也说成功
我的pbl的open中写
SQLCA.DATABASE="Dai"
SQLCA.DBParm="Connectstring='DSN=kkk;UID=dba;PWD=sql'"
connect;
IF sqlca.sqlcode<>0 THEN
MessageBox("cannot connect database",sqlca.sqlerrtext)
END IF
open(kkk_win)