| 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
|
|
|
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
|
 |
 |
|
|
subject: Call a stored Proc from JavaSript? Is it possible?
|
|
|