Hi,
if object A has six rows of data within it and I want to create six new objects each using one row from object A is there a way to do it?
If I use object1 = objectA I obviously get all rows returned in objectA.
If I move to each row within objectA then try the same line I get all rows.......obviously
I need to modify each row as a single entity.....
Might be being dump here but ADO and objects are fairly new to me as VB.Net so forgive what might be a stupid question :-(
if object A has six rows of data within it and I want to create six new objects each using one row from object A is there a way to do it?
If I use object1 = objectA I obviously get all rows returned in objectA.
If I move to each row within objectA then try the same line I get all rows.......obviously
I need to modify each row as a single entity.....
Might be being dump here but ADO and objects are fairly new to me as VB.Net so forgive what might be a stupid question :-(