power builder 9.0
初学 power builder 9.0 ----1
摘要: 连接数据库:SQLCA.DBMS = "MSS Microsoft SQL Server"SQLCA.Database = "数据库名称"SQLCA.logpass ="登陆口令" SQLCA.ServerName = "服务器名称"SQLCA.LogId = "登陆用户名"SQLCA.AutoCommit = FalseSQLCA.DBParm = ""connect using sq...阅读全文
