|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
MS Access + ASP Pages
Hi there...newbie here...
I'm using MS Access on my website to control access to various pages...this all seems to work fine if I have the following directory structure... /usrmgmt -----> contains all the asp pages which controll access to the site... Now any pages I have the at are one level down from the root...i.e /home/home.asp......No problems with making a connection to the MS Access database But as soon as I move it one directory further down....the problems start...i.e /home/2004/user.asp The error I get is: - 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 As soon as I move the page back up one level - the problem goes away...... I use an include statement at the top of the page which points it to the area where the relevant files exist. <!--#include file="../usrmgmt/common.asp"--> (works fine) and I change this depending on how many levels I go down....... <!--#include file="../../usrmgmt/common.asp"--> (doesn't work) Anyhelp would be most appreaciated........ ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > MS Access + ASP Pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|