Home > database >  Write a software, want to move it to the server, connected to the server sql2005, how to connect?
Write a software, want to move it to the server, connected to the server sql2005, how to connect?

Time:10-22

I just want to a local computer company, is connected not,,, the SQLCA. DBMS="SNC SQL Native Client (OLE DB)"
The SQLCA. LogPass='123'
The SQLCA. ServerName=". "
The SQLCA. LogId="sa"
The SQLCA. The AutoCommit=False
='CityBus' SQLCA. DBParm="Database"

Use on the server can't, but my database on the server when logging in. And the password

CodePudding user response:

The SQLCA. ServerName fill in the server computer name

CodePudding user response:

The SQLCA. ServerName=". "

To the server's IP address

CodePudding user response:

Using SQL server straight connectors would be quicker, the SQLCA parameters to be modified
  • Related