Can we connect to a Database with JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emily008
    New Member
    • Oct 2014
    • 1

    Can we connect to a Database with JavaScript

    Hi, Is it possible to connect to a database with JavaScript. If yes then how? Please help me.
    Last edited by Niheel; Oct 25 '14, 06:24 PM. Reason: please don't link spam
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    It is, however your safest solution is to use ajax and let the server handle the connection and querying the database.

    Comment

    • Dormilich
      Recognized Expert Expert
      • Aug 2008
      • 8694

      #3
      Is it possible to connect to a database with JavaScript.
      of course. it‘s only a matter of which DB in which environment.

      Comment

      Working...