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?


_______________________________________________
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/[email protected]
** 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