Gethows object in Recordset

xiaoxiao2021-03-06  39

Role: Read multiple records in the RecordSet object into an array

Syntax: array = recordset.getRows ([Rows, Start, Fields])

Description:

1.Array 2D number

2. Rows selective parameters, for long integers, represents the number of records returned, the default value is adGetrowsRest (-1)

3.Start selective parameters, for strings or variant, indicate record bookmarks that start operations in GETROWS methods

4.Fields Selective parameters, array for Variant, represents a field name or field name, if this parameter is added, the ADO will only return the contents of the specified within it.

转载请注明原文地址:https://www.9cbs.com/read-66322.html

New Post(0)