|
-
May 7th, 1999, 02:07 PM
#1
How to make a linked list of pointers to CRecordset Object
I have a class derived from CRecordset( Oracle database).I post some other member functions.I allocate memory for the object say , X on the heap.I make a linked list of the pointer to my object. When i print the values of the members of the object X,using the items in the linked list ,i get the values w.r.t the last inserted element of the linked list. I want to store the pointer( so that i save memory) in the list so that i get the values of the members Rowwise as in the database.How to attack the problem?
Whenever I hear "It can't be done", I know, I am close to success!! 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|