1

I have to call a procedure and functions in java script. Please let me know how do i do it ?

1
  • I don't think you can access database directly via JS, because a database is normally meant to be on the server. You might want to have a look at this:stackoverflow.com/questions/2987437/… Commented Feb 17, 2012 at 7:26

1 Answer 1

2

You will need a server side language for this. Use AJAX and make a call to a serverside page which can call the procedure and return the response back.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.