On Tue, Jun 17, 2008 at 8:57 AM, MB Software Solutions General Account < [EMAIL PROTECTED]> wrote:
> Stephen Russell wrote: > > This is a linq pass at getting data from your backend and then posting to > an > > object that is returned. The notion of USER is a "rights to their data" > > that allows our customers access to their coworkers. > > > <snipped> > > Over then next 6 months I will be writing this type of query for hundreds > of > > tables, joined tables and views. > > > > The updates are very simple in that I pull back the row for the guid, > make > > the change and then tell the db to .SaveChanges So I could have multiple > > rows in one table that will get an update as well as 5 other single rows > > that are all updated on the same command. > > > > > Wasn't LINQ patterned after VFP CursorAdapters? > ------------------------------------------- No. Not ever. Linq is a search and extraction tool for a variety of inputs, one of which is SQL or Back-End data. It is also used instead of parsing out XML to get values from it. You can also do the same of a complex object container PurchaseOrder that has a single billing container, multiple line item objects and multiple shipTo location containers as well as a schedule container to mandate what and when for the order. -- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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.

