Hi all,
I'm helping my brother creating a small online Access database and integrating it into his free ASP hosting server. The problem is that I don't know exactly the whole directory so I do this:
but no luck!!!
So, is there a way to do this link... or I will have to tell him to ask his server provider for the address?
thanks!
I'm helping my brother creating a small online Access database and integrating it into his free ASP hosting server. The problem is that I don't know exactly the whole directory so I do this:
Code:
set objConn = server.createobject("adodb.connection")
objConn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("WebService/database/store.mdb")
So, is there a way to do this link... or I will have to tell him to ask his server provider for the address?
thanks!