Home > database >  How to connect the SQL server database in the original concept?
How to connect the SQL server database in the original concept?

Time:09-28

The database configuration is as follows:

Profile my_renshi
The SQLCA. DBMS="MSS Microsoft SQL Server"
The SQLCA. Database="renshi"
The SQLCA. LogPass=& lt; * * * & gt;
The SQLCA. ServerName="WFJ"
The SQLCA. LogId="DBA"
The SQLCA. The AutoCommit=False
The SQLCA. DBParm=""


But the connection is not on, always appear tip database does not exist

CodePudding user response:

Database does not exist?
That is the database name input incorrect?

CodePudding user response:

Your problem solved? I also encountered this problem, now has been not solve,

CodePudding user response:

Reference
 
The SQLCA. DBMS="MSS Microsoft SQL Server 6. X"
The SQLCA. Database="renshi"
The SQLCA. LogPass="123"
The SQLCA. ServerName="SQLEXPRESS"
The SQLCA. LogId="sa"
The SQLCA. The AutoCommit=False
The SQLCA. DBParm=""

CodePudding user response:

With an ODBC connection

CodePudding user response:

You of the SQLCA. LogPass=& lt; * * * & gt; To the SQLCA. LogPass="* * *"
  • Related