IanStrange
Programmer
Hi
I am working on an app for work and I have done quite a bit of investigation into ADO in VC++ 6 and have got a record set with data in. However I can not seem to find the information to get this data out of the record set.
It is an ADORecordset with methods such as
Rs1->MoveNext();
Rs1->Open(Blah,blah,blah);
any help on this would be great.
Our aim is to populate structures with data. Manipulate that data then write it back over the top of the old data.
Am I going about things the right way.
Thanks for any help
Ian
No man is an island but 6 tied together make quite a good raft.
I am working on an app for work and I have done quite a bit of investigation into ADO in VC++ 6 and have got a record set with data in. However I can not seem to find the information to get this data out of the record set.
It is an ADORecordset with methods such as
Rs1->MoveNext();
Rs1->Open(Blah,blah,blah);
any help on this would be great.
Our aim is to populate structures with data. Manipulate that data then write it back over the top of the old data.
Am I going about things the right way.
Thanks for any help
Ian
No man is an island but 6 tied together make quite a good raft.