ASP problem: Microsoft JET Database Engine error '80004005'
Mikeybob
Middle o' Farmer Land
When I try and access any of my ASP pages I get this same error message,
Microsoft JET Database Engine error '80004005' Not a valid file name.
I have been looking around on the Internet for some time now but nothing I have found helps me very well so I was wondering if someone here knew what was going on and if they could help me.
The error refers to line 5 of the ASP page which is:
DeArt.ActiveConnection = MM_conn2_STRING;
I am using a none DSN connection and the path is correct and should point straight to the database. I have checked the access permissions on the database with the CHMod on my FTP and even when they are all open it still doesn't change anything.
The odd thing is that the whole site works fine on my IIS but after uploading it it doesn't seem to want to work. Thanks.
Microsoft JET Database Engine error '80004005' Not a valid file name.
I have been looking around on the Internet for some time now but nothing I have found helps me very well so I was wondering if someone here knew what was going on and if they could help me.
The error refers to line 5 of the ASP page which is:
DeArt.ActiveConnection = MM_conn2_STRING;
I am using a none DSN connection and the path is correct and should point straight to the database. I have checked the access permissions on the database with the CHMod on my FTP and even when they are all open it still doesn't change anything.
The odd thing is that the whole site works fine on my IIS but after uploading it it doesn't seem to want to work. Thanks.
0
Comments