Limiting the Number of Rows Returned in a Resultset with RDOLast reviewed: February 2, 1996Article ID: Q142834 |
The information in this article applies to:
SUMMARYRDO provides a means to limit the number of rows returned by a query. The following code calls a stored procedure that returns a resultset but limits the resultset to 10 rows. This example retrieves the 10 rows and fills a list box with the resultset. Keep in mind that RDO is 32-bit only.
MORE INFORMATION
|
Additional reference words: 4.00 vb4win vb432 listbox
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |