Bug? Rowcount missing in iSql Resultset

stevel05

Expert
Licensed User
Longtime User
It is a different methodology, you need to use the ResultSet's nextrow method to get the next row and check if it returns true or false. As I have literally just found out :)
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
So are we assuming that the connection is still open and each row (or a batch of rows) is being retrieved from the server as needed?
 
Top