Whats wrong with this ASP script?

Joe

New member
Ok, I'm not sure if this is the right question to ask you, but here I go...
I have an ASP code and I'm directing to my database file like this:


sBBSForumRoot ="/forum/mbbs22"
sBBSPreferredDomain = Request.ServerVariables("SERVER_NAME")
sBBSSQLFormat ="iso"
sBBSDatabaseType ="MSAccess"
sMSAccessFilePath ="http://www.dev-hq.co.uk/db/megabbs.mdb"
sConnString ="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=http://www.dev-hq.co.uk/db/megabbs.mdb;"
sDateDelimiter ="#"
sBBSCookieRoot =""



I was just wondering why I get the error:

Microsoft JET Database Engine
Not a valid file name.
-2147467259


And therefore it doesn't work...
If it helps, im using MegaBBS as the forum.. this is just part of the code in constants.asp


Thanks


Joe
I thought it might be that, but apparently its part of the ASP scripting...
 
Back
Top