aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Call a stored Proc from JavaSript? Is it possible? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Call a stored Proc from JavaSript? Is it possible?" Watch "Call a stored Proc from JavaSript? Is it possible?" New topic
Author

Call a stored Proc from JavaSript? Is it possible?

Mary Chellapa
Ranch Hand

Joined: Jul 26, 2011
Posts: 93
Can I call a Stored Procedure ( Oracle ) from inside javascript?


Mary
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56224
    
  13

No. You need to make a request back to the server with either a form, a link or Ajax.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Mary Chellapa
Ranch Hand

Joined: Jul 26, 2011
Posts: 93
Thanks Bear
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Call a stored Proc from JavaSript? Is it possible?
 
Similar Threads
Calling stored procedures from hibernate
List Updation
Stored procedures..
OUT parameter
How to call stored procedure through Hibernate?