OLEDB Connection String

  • Thread starter Thread starter elziko
  • Start date Start date
E

elziko

I have an SQL Server database on the internet that I filled with data SQL
Server Enterprise Manager, so I know the database exists. However, I'm
having trouble accessing it from .NET. This is the connection string:

"Provider=SQLOLEDB.1;User ID=elziko;Password=******;Initial
Catalog=h_elziko;data source=dbX.europe.webmatrixhosting.net,1441;Packet
Size=4096"

But I'm just told: "SQL server does not exust or access denied"

Where am I going wrong?
 
Hello,

elziko said:
I have an SQL Server database on the internet that
I filled with data SQL Server Enterprise Manager, so I know
the database exists. However, I'm having trouble accessing it
from .NET. This is the connection string:

"Provider=SQLOLEDB.1;User ID=elziko;Password=******;Initial
Catalog=h_elziko;data source=dbX.europe.webmatrixhosting.net,1441;Packet
Size=4096"

But I'm just told: "SQL server does not exust or access denied"

Have a look at http://www.connectionstrings.com/.
 
Back
Top