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

执行文件执行的时候提示:不能连接到数据库: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
这里有下载