|
-
August 8th, 2001, 07:23 AM
#1
Array or collection
I need to share data received from ADO.Command object as a recordset, containing several customers records between several programs. Each record contains several values, like CustomerID, CustomerName and so on. I'm building dll to work with that data. What is the best approach to store data internally in dll - arrays for each field or collection of objects (never worked with collections)? If the second one is better, could you please provide some sample.
Thank you.
Vlad
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
|