asp - db problem with connection.
From: Brian (quigleyb_at_iol.ie)
Date: 04/09/04
- Next message: Peter Foti: "Re: asp login"
- Previous message: Bob Barrows: "Re: 2nd try, left join"
- Next in thread: Peter Foti: "Re: asp - db problem with connection."
- Reply: Peter Foti: "Re: asp - db problem with connection."
- Reply: Aaron Bertrand [MVP]: "Re: asp - db problem with connection."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Apr 2004 18:34:03 +0100
hi. ive recently put XP on my system which was running Win 2k. ever since
this, i cant seem to get my asp stuff to interact with a database. even with
code which wasn't changed since 2k.
the error im getting each time i try to access a database is as follows....
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0xf40 Thread 0xaa8
DBC 0x15f8024 Jet'.
/Brian/functions.asp, line 27
line 27 is the 3rd line of the code below.... any ideas would definately
help......
DatabasePath = Server.MapPath("photoalbum.mdb")
Set Conn1 = Server.CreateObject("ADODB.Connection")
Conn1.Open = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &
DatabasePath & ""
- Next message: Peter Foti: "Re: asp login"
- Previous message: Bob Barrows: "Re: 2nd try, left join"
- Next in thread: Peter Foti: "Re: asp - db problem with connection."
- Reply: Peter Foti: "Re: asp - db problem with connection."
- Reply: Aaron Bertrand [MVP]: "Re: asp - db problem with connection."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|