I have a RecordSet in VB6 containing multiple rows. I have to copy the current (in a loop) row, and only this one, to another RecordSet (which will contain only that row).
The source RecordSet is retrieved from a SQL query. The destination, is only a container for local use.
How could I do that?
Thanks guys
PS: I know absolutely nothing about VB6, I'm sure this is a very easy question...