Click to See Complete Forum and Search --> : Simple Question: Script and MS Access database...


Akim
June 17th, 2002, 09:38 AM
Hi folks,
Here is the very simple question:

I have a web-site and I want to retrieve some data from MS Access database (database is in the same folder on a web-server as index.html (root).
Would be nice to have a piece of code in VBscript (JScript will work as well). Most important - connection string (I can't figure how to connect to the DB without the whole path) :)
Thanks in advance.

Zvona
June 18th, 2002, 02:30 AM
This is forum for client-side scripting, so you may have to wait for an answer. If you're using server-side VBScript/JScript, you should post to ASP(.Net) forum

Akim
June 18th, 2002, 05:48 AM
Thanks for reply Zvona,
I don't have much experience with web-development, so
I was just curious, if that could be done on a Client side.