Build an Array from a records in a table

M

MyndPhlyp

Mark Mulherin said:
How should I read a field for each record in a table into
an array?

Dim array()
array = RS.GetRows [rows], [start], [fields]

I believe the parameters on GetRows are all optional.
 
Top