请教
我用sql server 2000建的数据库,用powerbuilder9.0开发系统,请问pb怎么连接sql数据库
连接文件下加入如下代码
// Profile ss
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "bookdatabase"
SQLCA.ServerName = "vd26"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""