Hi,
I am trying to link my .asp page to database(Ms access 2003). It works perfectly if I run in from my local host.
<%
Dim my_connNCP_STRING
my_connNCP_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ= " & Server.MapPath("NCP.mdb")
%>
But when i tried to run it from FTP server...