I am using VB front-end with SQL2000 DB.
I have retrieved a recordset (ADODB), I am stepping thru' each record in the recordset using .movenext, but I need also to move thru' each field in each record.
Is there some way to do a 'fieldcount' to make a loop ??
example
FOR liErr = 1 to Fieldcount
Next
Regards
Suel
I have retrieved a recordset (ADODB), I am stepping thru' each record in the recordset using .movenext, but I need also to move thru' each field in each record.
Is there some way to do a 'fieldcount' to make a loop ??
example
FOR liErr = 1 to Fieldcount
Next
Regards
Suel