#2
烈焰尊2008-11-03 13:54
|
在应用程序对象的open事件中出现错误:c0031:syntax error
代码如下
// Profile kq
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "kq"
SQLCA.LogPass = <****>
SQLCA.ServerName = "8190f542d17743c."
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
open(w_login)