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

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