Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Access Database

Status
Not open for further replies.

XerxesTheMighty

Programmer
Jun 15, 2003
72
US
I want to access (read/write) a Microsoft Access Database through the web [using SQL].

--------------
"I am a master of Suggestionism and Imperfectionism, bugs and errors are mine!"-this is an original statement by ME:
Xerxes Dynatos
 
Hi,

To access an Access database through the web means building a web front end using PHP, JSP or ASP.
I would check the appropriate forums here for information on doing that, using your preferred server platform.

John
 
They told me to come here, but anyway I've got it. But now its asking me for the server, what does it want there?
an an \\data\c\data
an G:\data
what does it want?

--------------
"I am a master of Suggestionism and Imperfectionism, bugs and errors are mine!"-this is an original statement by ME:
Xerxes Dynatos
 
How are you trying to connect to it?

Through ASP, use Server.MapPath or set up a system ODBC connection pointing to it, then open the connection.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top