Hey again sorry about delay.
the line 200 one was sorted managed to find it myself lol it was a stupid mistake.
But i cannot connect to my database using a virtual address i tried ../../database/qrm.mdb.
This is how the code looks just now.
Quote:
|
strCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("/database/qrm.mdb")
|
I have also tried /database/qrm.mdb which gave me the following error:
Quote:
Microsoft JET Database Engine (0x80004005)
'c:\inetpub\wwwroot\database\qrm.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
|
This is the only one that is pretty much stopping me from connecting to my database in a single location as at the moment for testing purposes i have to move it into the folder where the script is.
this is how my folders are set out at the root:
Admin/edit = This is the folder that i am currently in (root/admin/edit/
images
database = This is the folder i am trying to get into to look at the db