Hello every one.
I have a litle problem connecting to an accsess database
The error message i get is
What do i do?Code:Cannot use a leading .. to exit above the top directory.
thank you
Printable View
Hello every one.
I have a litle problem connecting to an accsess database
The error message i get is
What do i do?Code:Cannot use a leading .. to exit above the top directory.
thank you
Perhaps if you show us your code, we can tell you what to correct. :thumb:
This is the connection
Code:Public strConn As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= " & Server.MapPath("../../data/db.mdb")