Database connection MS SQL SERVER

Database connection MS SQL SERVER

Anonymous
Not applicable
1,344 Views
5 Replies
Message 1 of 6

Database connection MS SQL SERVER

Anonymous
Not applicable

Hi!
Has anybody managed to connect the database MS SQL server?

 

If possible, share in the SQL string and configure the ODBC driver.

0 Likes
Accepted solutions (1)
1,345 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable

It is a pity that there is no feedback.
Please respond

0 Likes
Message 3 of 6

dgorsman
Consultant
Consultant

Do you already know how to create a connection string to a SQL Server instance?

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


0 Likes
Message 4 of 6

Anonymous
Not applicable

Yes.

DRIVER=ODBC Driver 13 for SQL Server;SERVER=DSC42C\NAVISSHNAVIS;UID=sas;PWD=555sas;APP=Navisworks;WSID=DSC42C;DATABASE=TITEST;

 

using MS SQL Server 2012

0 Likes
Message 5 of 6

Anonymous
Not applicable

MS.jpg

solved

 

string connection:

DRIVER=ODBC Driver 11 for SQL Server;SERVER=DSC42C\NAVISSHNAVIS;UID=sas;PWD=555sas;APP=Navisworks;WSID=DSC42C;DATABASE=TITEST;

 

Using MS SQL Server 2012 + ODBC Driver 11

 

Now I need to connect to a MySQL database
There is the experience?

0 Likes
Message 6 of 6

OR_AND_NO
Advocate
Advocate
Accepted solution

try my example in attached file