CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2002
    Location
    NY
    Posts
    236

    Question Simple Question: Script and MS Access database...

    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.

  2. #2
    Join Date
    Jan 2002
    Location
    Helsinki, Finland
    Posts
    99

    Lightbulb

    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
    Zvona - First aid for client-side web design

  3. #3
    Join Date
    Mar 2002
    Location
    NY
    Posts
    236
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured