473,395 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

CLOSE_CURSORS_AT_COMMIT ....

My JDBC program has the following line:

conn.setHoldability(ResultSet.CLOSE_CURSORS_AT_COM MIT);

Where conn is a Connection object.

At compilation, it is giving error:
cannot resolve symbol: variable CLOSE_CURSORS_AT_COMMIT.

Any ideas?

TIA
Raquel.
Nov 12 '05 #1
1 1991
ra****************@yahoo.com (Raquel) wrote in message news:<9a**************************@posting.google. com>...
My JDBC program has the following line:

conn.setHoldability(ResultSet.CLOSE_CURSORS_AT_COM MIT);

Where conn is a Connection object.

At compilation, it is giving error:
cannot resolve symbol: variable CLOSE_CURSORS_AT_COMMIT.

Any ideas?

TIA
Raquel.


Answering myself..for those who care. Apparently, this variable became
available since java 1.4. And I am at 1.3.1....
Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.