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