From: Ralf Schneider [mailto:[EMAIL PROTECTED]] > I have some queries that produce very large results (several > 100.000s) which > are too big to be presented to the user (another reason is > that it takes a > long time to load all the records). So I want to load only a > part of it (e.g. > 1000 rows) and give the user the opportunity the decide to > load the next 1000 > rows.
Search for "PHP Cursor" in http://listserv.sap.com/pipermail/sapdb.general/2002-April/thread.html, the comments should apply to other programming interfaces as well. If the programming interface supports it, you could also use a scrollable cursor to move to the ith row in a resultset. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
