Connecting to web

piper_24

New member
Local time
Today, 13:24
Joined
May 6, 2010
Messages
1
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.. NCP.mdb is saved in d same folder of .asp files... it provide me error which says:
Most likely causes:
•The website is under maintenance.
•The website has a programming error.

But my web pages does display other pages. This is d first time im running .mdb from FTP server... Do I Need to change the scripting if running from FTP server or ill need to do sth wif my database connection.
Please Assist..

Thanks.
 

Users who are viewing this thread

Back
Top Bottom