What is the difference between client and server database cursors?
Created May 4, 2012
Richard Katz 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.