On Mon, Aug 20, 2012 at 4:38 PM, MB Software Solutions General Account
<[email protected]> wrote:
> On Mon, August 20, 2012 5:36 pm, Stephen Russell wrote:
>> oRecs is the collection of oRec  // MyCursor had to exist in example
>>
>> // you were generating oRec somehow above.  I'll new one up and fill it
>> oRec orec = new oRec(); orec.dateTimeAdded = DateTime.Now; // add other
> data
>> as needed
>>
>>
>>
>> oRecs.Add(oRec); //   Now the line you wanted to see.   INSERT INTO
>> MyCursor
>>
>>
>> Just different syntax but in the end very similar.
>
>
> But oRecs is merely a collection in memory, and not the backend table
> itself, right?
----------------

To me that is what a cursor is.  A disconnected set.

VFP is connected to the data more in a HARD WIRED sort of way.  All
other languages are disconnected in that you pull into the collection
data to do as you please.  Return what is needed.


-- 
Stephen Russell
Sr. Analyst
Ring Container Technology
Oakland TN

901.246-0159 cell

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAJidMY+xK7kERH467ATdkdD-4JHZEzLym3=svp5qpsojthg...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to