How can i connect my html page to ms access database with JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i connect my html page to ms access database with JavaScript

8th Mar 2018, 2:40 PM
Rishabh Dewangan
Rishabh Dewangan - avatar
2 Answers
+ 4
Which server-side language are you using? Database is stored on the server-side, so you need a means of communicating between the client and server, which is where the server-side language comes into play. You'll want to use something like PHP or NodeJS, then you can use a combination of the server/client languages to communicate with your database via SQL. Also, I'd take the time to learn jQuery while you're at it. jQuery greatly simplifies things like AJAX and makes your life significantly easier than dealing with vanilla Javascript. Best of luck!
8th Mar 2018, 2:49 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
thanks this will help me alot
8th Mar 2018, 2:55 PM
Rishabh Dewangan
Rishabh Dewangan - avatar