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

执行文件执行的时候提示:不能连接到数据库:DBMS is not supported in your current installation解决方法

2012-05-29 
执行文件执行的时候提示:不能连接到数据库:DBMS is not supported in your current installation.ini 文

执行文件执行的时候提示:不能连接到数据库:DBMS is not supported in your current installation
".ini" 文件信息
 [DataBase]
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "xdjj"
SQLCA.LogPass = "ctl820"
SQLCA.ServerName = "192.168.1.249"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""

[Height]
Height=400

数据库连接信息没有问题。
怎么解决????

[解决办法]
缺少DLL
[解决办法]

探讨
".ini" 文件信息
[DataBase]
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "xdjj"
SQLCA.LogPass = "ctl820"
SQLCA.ServerName = "192.168.1.249"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
……

热点排行