J Jason Law Unregistered / Unconfirmed GUEST, unregistred user! 2007-11-14 #2 sConnectSQLServerString1 ='Provider=SQLOLEDB.1;'+ 'Password=%s;'+ 'Persist Security Info=True;'+ 'User ID=%s;'+ 'Data Source=%s;'+ 'Initial Catalog=%s'; 很明显了吧。。。。。 其它 Data Source = 服务器的地址 initial Catalog = 数据库明。 紧好使用ADOConnection 组件来连接数据服务器吧。
sConnectSQLServerString1 ='Provider=SQLOLEDB.1;'+ 'Password=%s;'+ 'Persist Security Info=True;'+ 'User ID=%s;'+ 'Data Source=%s;'+ 'Initial Catalog=%s'; 很明显了吧。。。。。 其它 Data Source = 服务器的地址 initial Catalog = 数据库明。 紧好使用ADOConnection 组件来连接数据服务器吧。