ado and connection string

From: Giupin (peppepin_at_libero.it)
Date: 03/23/05


Date: Wed, 23 Mar 2005 00:33:17 GMT

I've created a web page in ASP using vbscript with ado objects,
I'm testing it in a pc with Xp Pro and IIS 5.1,
I've not setted a Data Source Name in "ODBC data administrator"
The DB is an MsAccess file.

When i try to open the db appear this message:
"[Microsoft OLE DB Provider for ODBC Drivers]"
"[Microsoft] [Driver Manager ODBC]"
"data origin name not found and predefined driver non specified."

this is the connection string:
"Provider=MSADSQL; DRIVER=Microsoft Access Driver (*.mdb);" &_
"SERVER=localhost; DATABASE=C:\mydb.mdb;"

it is correct? thanks.



Relevant Pages