MaxRecords Property
Visual FoxPro 9.0 SP2 |
MaxRecords Property |
See Also |
![]() |
Specifies the maximum number of rows to fetch when result sets are returned. When working with this property for regular cursors, use the CURSORSETPROP( ) and CURSORGETPROP( ) functions. Read/write.
![]() |
---|
Setting MaxRecords applies only to CursorAdapter objects with ODBC or ADO data sources and overrides the property setting of a cursor when attached to a CursorAdapter object. That is, changing the settings on the cursor using CURSORSETPROP() has no effect. |
CursorAdapter.MaxRecords [= nValue] |
Return Value
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic