Execute db2 stored procedures from javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Karthik C

    Execute db2 stored procedures from javascript

    i am using DB2 database and successfully opened a db2 database connection in javascript.

    need a sample statement of execute the stored procedures from javascript.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    ??? ... with javascript you cannot directly connect to any database - at least not from a 'common' webpage ... you might do an ajax-call and let a serverside script do the job ... javascript would even be not secure-enough for such tasks ... everything is done at the client and could be manipulated quite easily ...

    what do you have so far? do you use serverside javascript or some javascript-connected API to script something database related in javascript?

    Comment

    Working...