Microsoft OLE DB Provider for ODBC Drivers error '80004005'
From: Mel (rawdow_at_hotmail.com)
Date: 08/30/03
- Next message: Jose Martinez: "Re: The size of the DB"
- Previous message: Andrew J. Kelly: "Re: The size of the DB"
- Next in thread: Mary Chipman: "Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'"
- Reply: Mary Chipman: "Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 29 Aug 2003 16:09:26 -0700
My source code:
Dim objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "DSN=WidgetWorld.dsn"
objConn.Open
I recieve the following error:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified
Please help.
- Next message: Jose Martinez: "Re: The size of the DB"
- Previous message: Andrew J. Kelly: "Re: The size of the DB"
- Next in thread: Mary Chipman: "Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'"
- Reply: Mary Chipman: "Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|