Limitation of records retrived in JDBC Query
389451Mar 6 2003 — edited Mar 7 2003Hi,
I have a small question. I am using Oracle 8i JDBC thin drivers. I am using a statement in JDBC to execute a query and getback the data in ResultSet. Now what I want to know is, do we have any limitation in the no. of rows retrived into the result set. I mean does JDBC have any limit constraint on the no. of rows retrieved??
..Raj