我在PB中能连接并运行数据库系统,但编译成*.EXE后,不能连接数据库。
PB编程问题:
我在PB中能连接并运行数据库系统,但编译成*.EXE后,不能连接数据库。
提示:DBMS ODBC is not supported in your current installtion.
我己经设置了ODBC,在PB中一直正常,是不是*.INI的问题?
Booksales.ini的内容是:
[DataBase]
DBMS=ODBC
Database=Troda
UserId=dba
DatabasePassword =sql
LogId=
LogPassword=
ServerName=Troda
DbParm=ConnectString='DSN=Troda;UID=dba;PWD=sql'