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.


Go to topic 22403

Return to index page 711
Return to index page 710
Return to index page 709
Return to index page 708
Return to index page 707
Return to index page 706
Return to index page 705
Return to index page 704
Return to index page 703
Return to index page 702