M
mistral
Hello,
1)If a execute a statement : SELECT * FROM balaba.
And I retrieve this statement as a resultset. Then is this result set
totally filled with the table => the resultset contains the whole table
blabla.
OR is this just an interator and every time I do a next the database is
contacted and the next record is retrieved.
This is important because you don't want a whole db table in your memory
2) Is the com.mysql.jdbc.resultset better than java.sql.resultset?
Thanks !
Tom
1)If a execute a statement : SELECT * FROM balaba.
And I retrieve this statement as a resultset. Then is this result set
totally filled with the table => the resultset contains the whole table
blabla.
OR is this just an interator and every time I do a next the database is
contacted and the next record is retrieved.
This is important because you don't want a whole db table in your memory
2) Is the com.mysql.jdbc.resultset better than java.sql.resultset?
Thanks !
Tom