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
What is a JDBC 2.0 DataSource?
How do you determine the sensitivity of the ResultSet object?
What are the different types of interfaces in the api component?
Explain about DSN?
What is jdbc dialect?
What is jdbc odbc connection?
What are the three basic components of the odbc architecture?
How do I find whether a parameter exists in the request object?
How will you perform truncation using JDBC?
What is jdbc and explain jdbc architecture?
Why we use jdbc instead of odbc?
What is jdbc stand for?
What is a statement in java?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is executequery in java?