Typically the way you would do this is to create an index for the file in question, and select against the index instead of the file itself. You can get much faster speeds that way, and once you have the record IDs in your program you can pick and choose what records you want as you see fit.
On Tuesday, September 4, 2012 5:46:19 AM UTC-7, andibaso wrote: > > Hi all, > I am trying to develop small application to retrieve records from jBase > using jDBC and it run very slow. I need to limit retrieved record number, > but i don't know how to do it. > Can anyone give me suggestion how to limit record number (paging) in jBase. > > Thanks -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
