|
Subject:
|
How to get adodb.record from adodb.recordset
|
|
Posted By:
|
John Pennington
|
Post Date:
|
11/3/2004 4:31:17 PM
|
How do I obtain a single record from a recordset short of dimming a adodb.record and copy all the parameters and values from adodb.recordset?
JP
John Pennington United Parcel Service w(404) 828 6934 c (770) 714 5975
|
|
Reply By:
|
mike123abc
|
Reply Date:
|
11/20/2004 5:17:05 AM
|
Recordset is a matrix - records (times) columns. Use the recordcount property to cycle thru the records, then use fields(i) for each column.
|