| Author |
ResultSet
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
Whether ResultSet hold all 1 million records at the same time?
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
Simply test it! (You could use a computer to help you performing this act!)
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
Glen D'cruz
Greenhorn
Joined: Apr 22, 2004
Posts: 15
|
|
|
Try to use views and Indexes to miniminise the number result sets the progamme has to do, and to expidite the search.
|
 |
 |
|
|
subject: ResultSet
|
|
|