Answer Posted / yahoo
1.It can't maintain the database Independent sql statements.
i.e In future if there is required to change the datbase
because of maintainance problem then we need to change all
sql statements according to the new database.
2.We cant move the ResultSet object through the network bcz
it is not serialized by default.
3.It is not at all good in the transaction management.
4.Allot of problems might be happend in case of connection
closing and opening.Is is required to programmer headache
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
How do I find whether a parameter exists in the request object?
How do I start debugging problems related to the JDBC API?
What is database connection pooling? Advantages of using a connection pool?
How many ways can you update a result set?
What does jdbc setmaxrows method do?
What is odbc jdbc?
Explain about Join?
Write an sql to find all records having all numeric characters in a field ?
What is 2 phase commit?
What is a rollback in jdbc?
What is the return type of execute, executequery and executeupdate?
How many types of statements are there in jdbc?
How to check jdbc driver version in websphere?
What is jdbc drivers in java?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?