VB6 and ADO Recordset - TechRepublic
General discussion
April 9, 2003 at 10:25 AM
setivi

VB6 and ADO Recordset

by setivi . Updated 22 years, 11 months ago

I have two identical tables A and B, the same fields etc. but table B is the smaller of the two. I want to write or transfer every record from table A to table B whose value in the field “Payment” is true.

I am trying to avoid field by field assignments. There are two hundred fields. Writing an entire record at one swoop in the do or while loop is
my wish.

This discussion is locked

All Comments