Question:

Can we do database program in Java Script. If possible explain the way. ?

by  |  earlier

0 LIKES UnLike

Can we do database program in Java Script. If possible explain the way. ?

 Tags:

   Report

2 ANSWERS


  1. No. Javascript was not meant for programming. It's a simple language meant to add interaction to websites.

    If you need database programming, I would look to PHP and MySQL.


  2. No, unless you are prepared to download the whole DB contents each time a user logs-in!

    DBs (ie mySQL) stay on the servers and is accessed by server-side scripts (i.e. Php).  Javascript runs on the client.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions