Is it possible to maintain sql server from javascript ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malav123
    New Member
    • Feb 2008
    • 217

    Is it possible to maintain sql server from javascript ?

    Hi,

    I am developing one website in which is related to education. and I am storing lots of questions in sql database and student can give online exams of subjects.

    its taking so much time to fetch so many questions from database so is there any way to maintain this data retrival from javascript or any other good way for my requirements ?

    I am waiting for response...

    Thanking you in advance.
    Malav Chauhan.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    you can’t do that with javaScript alone. you’ll need a server-side language.

    but if it takes that long to get the data from your DB, then probably your DB handling code is inefficient.

    Comment

    Working...