Answer Posted / desika
A Stored Procedure is used to separate business logic from
Presentation logic,advantage of implementing a business
logic as storedprocedures improves the performance and we
can use same code for the applications written in other
languages.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Where is mysql jdbc driver located?
what happen if we set JDBC string to NULL?
What is jdbc dialect?
What are the differences between statement and preparedstatement interface?
How to know howmuch data is truncated?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What are the different types of interfaces in the api component?
What is new in JDBC 2.0?
What are the differences between execute, executequery, and executeupdate?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Why should we close database connections in java?
How do I find jdbc version?
What is jdbc and why is it required?
What is a merge field?