how to connect to sql / mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lavanyaa
    New Member
    • Feb 2010
    • 2

    how to connect to sql / mysql

    what is the syntax for connecting to the database for the java scripting ... i read in one forum tat java scripting cannot be able to connect to the mysql
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    that's correct, JavaScript is not able to connect to a DB. although JavaScript is able to work with another programming language to (let) save data in a DB.

    Comment

    Working...