[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

thejeraldo

Well-known member
Joined
Jun 9, 2009
Messages
70
Location
Philippines
Programming Experience
1-3
i get this error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

i used to work with my project at home and everything is working fine but when i ran the project at work this error showed up. dont know whats causing it. im sure i changed the server name correctly. username. password. cant even find a fix for this at google. please help. my constring is like:

"Provider=SQLOLEDB.1;Data Source=MYPC\SQLEXPRESS;Initial Catalog=myDB;User Id=sa;Password=myP@ss;"
 
Back
Top