What is the difference between client and server database cursors?
The client side is the current row of the cursor which called a Result (ODBC) or ResultSet (JDBC). The cursor is a server-side entity only and remains on the server side. Category:JDBC Interview Questions
No comments:
Post a Comment