View Single Post
  #2 (permalink)  
Old 08-20-02, 08:25
rrvenki rrvenki is offline
Registered User
 
Join Date: Aug 2002
Posts: 1
Thumbs up sql query question

if you use ADODB, use the getstring method or getrows methods in which you can specify how many records to bring at a time and the starting record. So you can do this along in the scroll event of the grid to achieve the purpose.

RV
Reply With Quote