Click here to Skip to main content
15,914,066 members

Comments by Member 13277231 (Top 6 by date)

Member 13277231 27-Jun-17 16:08pm View    
I did. Thank you.
Member 13277231 27-Jun-17 15:40pm View    
of course... So what might be a error?
Member 13277231 27-Jun-17 15:20pm View    
No, it is not a real azure. Azure just VPS, it's standalong SQL Server.
Member 13277231 27-Jun-17 13:58pm View    
My connection string:
hr = pConnection->Open("Server=sql.servername.com;Database=db_name;User ID=user_name;Password=psw;Trusted_Connection=True;", "", "", adConnectUnspecified);

And I managed to output the error:

Error
Code = 80004005
Code meaning = U
Source = Microsoft OLE DB Provider for ODBC Drivers
Description = [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

So what exactly does it mean? How do I modify the connection string to get it work?
Member 13277231 27-Jun-17 10:05am View    
which one should I use? The one which is for .Net?