DataEnvironment is just a way to automate table/view commands. CursorAdapter is a nice way to move from DBF to SQL, as most CRUD operations can be either set by properties and/or by code. Using a dataEnvironment makes CursorAdapter integration easier.
Thierry Nivelet FoxinCloud Give your VFP app a new life in the cloud http://foxincloud.com/ > Le 26 juil. 2016 à 08:05, Man-wai Chang <[email protected]> a écrit : > > I don't use the Data Environment in VFP. Never needed to, not a good idea to. > > In all the companies I worked for, they have never used DE. > > On Mon, Jul 25, 2016 at 10:13 PM, Brant E. Layton <[email protected]> wrote: >> Hi Tracy, >> >> Data stored in DBFs is most likely the limiting factor. Possible scenarios >> are: >> >> 1. switch to SQL, then rewrite into a new environment later >> >> 2. rewrite into a new environment, bring the use of DBFs into the new >> environment (perhaps not supported) >> >> 3. rewrite into new environment, converting data to SQL (or whatever) at >> the same time as the new environment goes live > > -- > .~. Might, Courage, Vision. SINCERITY! > / v \ 64-bit Ubuntu 9.10 (Linux kernel 2.6.39.3) > /( _ )\ http://sites.google.com/site/changmw > ^ ^ May the Force and farces be with you! > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

