Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: SQL ODBC


Message #1 by "Pallone, Claudio [KMR-SPC]" <Claudio.Pallone@k...> on Fri, 20 Apr 2001 09:51:44 +0100
Hello ASP Programmers,



I am using the string below to connect to the SQL server from my

workstation:



strconn = "Provider=sqloledb;User ID=sa;Password=mark;Initial

Catalog=Claudio;Data Source=EEHAII003099"



But get the following error message:



ADODB.Connection error '800a0e7a' 



ADO could not find the specified provider. 



/sql.asp, line 9 



I have checked the SQL server and the SQL driver is installed properly since

I can access the database using ODBC. Could you please help me to find a

solution for this problem?



Cheers,



Claudio








  Return to Index