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

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

2013-01-08 
执行文件执行的时候提示:不能连接到数据库: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
……



缺少连接sqlserver的dll文件,这跟你的数据库版本有关,不同版本dll文件不一样。
http://download.csdn.net/detail/wyh5588/3116056
这里有下载

热点排行