pb9连接oracle8问题
情况:
我的机器上有pb9,ora8客户端,用源代码连数据库时可以连上,编译后用EXE连不上,提示错误(ORA-06413:连接未打开)
源码如下:请大家分析一下
SQLCA.DBMS = "O84 Oracle8/8i (8.x.4+)"
SQLCA.LogPass = "111"
SQLCA.ServerName = "ora8i"
SQLCA.LogId = "111"
SQLCA.AutoCommit = False
connect using sqlca;