On Mon, Aug 20, 2012 at 4:50 PM, MB Software Solutions General Account <[email protected]> wrote: > On Mon, August 20, 2012 5:46 pm, Stephen Russell wrote: >> 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. > > > > Ok, so how are you getting that data back to its true table (let's say a > SQL Server table)? --------------
A class that will do what you want. If SQL server you could write the update statement, pass in params to a SPROC that does the update, pass the data to a LINQ update statement and db.SaveChanges(); You could have all three types in the same app, and get jeers from your fellow developers. :) -- 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/cajidmylfmggw3w6sruhpignvk5pmceqowhliqj+zrgsh+mz...@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.

