Executing MS Sql Stored Procedure Using JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssrirao
    New Member
    • Nov 2006
    • 17

    #1

    Executing MS Sql Stored Procedure Using JavaScript

    Hi,

    I have a table in the database and I want to insert the values into this table by using JavaScript. Does anyone know how to execute the Sql stored procedure using Javascript.

    Thanks
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    you cannot do that with javascript ... but you may call a service at the server with a XMLHttp-Request (AJAX) ... that might call the SQL-query ...

    kind regards

    Comment

    Working...