Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. connecting to MS Access database with JavaScript

connecting to MS Access database with JavaScript

Scheduled Pinned Locked Moved Web Development
javascripthtmldatabasehelptutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mhmo
    wrote on last edited by
    #1

    Dear all I want to make a visitors book in my website. But, I am using only HTML , no ASP or such. So my solution is to use a JavaScript. But, I dont know how to connect to the MS Access database using JavaScript. Could anyone help me in that. Is there any better solution, any ready made visitors book in the net.? Thanks a lot

    R G 2 Replies Last reply
    0
    • M mhmo

      Dear all I want to make a visitors book in my website. But, I am using only HTML , no ASP or such. So my solution is to use a JavaScript. But, I dont know how to connect to the MS Access database using JavaScript. Could anyone help me in that. Is there any better solution, any ready made visitors book in the net.? Thanks a lot

      R Offline
      R Offline
      Roger Wright
      wrote on last edited by
      #2

      There are probably hundreds of freely available solutions, if you care to search the Internet for them; try Google. But if you'd like to take a crack at writing your own, this[^] is a good article on general database access using JavaScript. "...a photo album is like Life, but flat and stuck to pages." - Shog9

      1 Reply Last reply
      0
      • M mhmo

        Dear all I want to make a visitors book in my website. But, I am using only HTML , no ASP or such. So my solution is to use a JavaScript. But, I dont know how to connect to the MS Access database using JavaScript. Could anyone help me in that. Is there any better solution, any ready made visitors book in the net.? Thanks a lot

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        You can't connect to Access using only Javascript. Access is a file based database, and you can't access the file system of the server using Javascipt. If you used a database server, like MS SQL or MySQL, it would be possible, but not advisable. The connectionsstring would be plainly visible in the source code, and anyone could connect directly to your database and do whatever they wanted to it. Without using server side code there is no good way to use a database. There are plenty of free guestbook solutions that you can use. Most of them come with some kind of advertisment, though. --- b { font-weight: normal; }

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups