Hi
We are planning to move over to SQL Server 2005 in near future.
At the moment Website is on a seperate server then the Database.
OS for both the server is Window 2003 and currently our data is on SQL
Server 2000(on which everything works fine).
Part of the testing process we tried to connect our website on SQL 2005
and it does not work at all.
I get this
----------------------------------------------------------------
ADODB.Connectio n error '800a0e7a'
Provider cannot be found. It may not be properly installed.
When i use following connection string
"Provider=SQLNC LI;Server=127.0 .0.1;Database=d bName;UID=UserN ame;PWD=UserPas sword;"
(Above string has fixed problem for few people- googled it, but not for
me.)
----------------------------------------------------------------
----------------------------------------------------------------
This is the message i get for all the following connectiong string
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
1) - "Provider=SQLOL EDB.1;Password= UserPassword;Pe rsist Security
Info=True;User ID=UserName;Ini tial Catalog=ABC;Dat a
Source=XXX.XX.X .XX,1433"
2) - "Provider=sqlol edb;Data Source=XXX.XX.X .XX,1433;Networ k
Library=DBMSSOC N;Initial Catalog=ABC;Use r
ID=UserName;Pas sword=UserPassw ord"
3) - "Provider=SQLOL EDB.1;Persist Security Info=True;User
ID=UserName;Ini tial Catalog=ABC;Dat a Source = ServerName\SQLI nstance"
----------------------------------------------------------------
I tried connecting to SQL Server 2005 through our system developed in
VB.Net 2003 and it works fine and here is the Connection String :
"Data Source=ServerNa me\SQLInstance; Initial Catalog=ABC;Per sist
Security Info=False;user id=UserName;pas sword=UserPassw ord"
I would really appreciate any help.
Mits
We are planning to move over to SQL Server 2005 in near future.
At the moment Website is on a seperate server then the Database.
OS for both the server is Window 2003 and currently our data is on SQL
Server 2000(on which everything works fine).
Part of the testing process we tried to connect our website on SQL 2005
and it does not work at all.
I get this
----------------------------------------------------------------
ADODB.Connectio n error '800a0e7a'
Provider cannot be found. It may not be properly installed.
When i use following connection string
"Provider=SQLNC LI;Server=127.0 .0.1;Database=d bName;UID=UserN ame;PWD=UserPas sword;"
(Above string has fixed problem for few people- googled it, but not for
me.)
----------------------------------------------------------------
----------------------------------------------------------------
This is the message i get for all the following connectiong string
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
1) - "Provider=SQLOL EDB.1;Password= UserPassword;Pe rsist Security
Info=True;User ID=UserName;Ini tial Catalog=ABC;Dat a
Source=XXX.XX.X .XX,1433"
2) - "Provider=sqlol edb;Data Source=XXX.XX.X .XX,1433;Networ k
Library=DBMSSOC N;Initial Catalog=ABC;Use r
ID=UserName;Pas sword=UserPassw ord"
3) - "Provider=SQLOL EDB.1;Persist Security Info=True;User
ID=UserName;Ini tial Catalog=ABC;Dat a Source = ServerName\SQLI nstance"
----------------------------------------------------------------
I tried connecting to SQL Server 2005 through our system developed in
VB.Net 2003 and it works fine and here is the Connection String :
"Data Source=ServerNa me\SQLInstance; Initial Catalog=ABC;Per sist
Security Info=False;user id=UserName;pas sword=UserPassw ord"
I would really appreciate any help.
Mits
Comment