DEVFYI - Developer Resource - FYI

What is the difference between client and server database cursors?

JDBC Interview Questions and Answers


(Continued from previous question...)

What is the difference between client and server database cursors?

What you see on 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.

(Continued on next question...)

Other Interview Questions