Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a collection of objects from table rows?
Message
From
28/12/2008 16:27:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Create a collection of objects from table rows?
Miscellaneous
Thread ID:
01369892
Message ID:
01369892
Views:
75
Do you know of a technique that will create a collection of objects where each object in the collection represents a row from a cursor?

Basically, it would be like scattering a cursor to a collection of objects.

Example:

select * from ChildAlias;
where fkey=ParentAlias.pkey;
into cursor csrChildRecords

Then, (pseudo code):

scatter Cursor csrChildRecords to Collection collectionChildRecords

or a method call like CreateCollectionFromCursor('CursorName', 'CollectionName')

where the method would have a do/while loop that will create a collection, and then add an object to the collection for each row in the cursor.

Have you seen thee need or application of such an approach?
Next
Reply
Map
View

Click here to load this message in the networking platform