Mike yearwood wrote: > Hey Michael > > Something I've often wondered about. Most data objects seem to map to > a single record and then an exception is made for dealing with a grid. > SQL says the model for data is a cursor one or more records. > > Why are data objects not using a cursor object to hold one or more records? > > Mike >
Hi Mike, The grid of course is a collection of records (cursor). To delete with it in terms of an object purely might be to use an ADO recordset object; however, in the Fox, we can take advantage of some things like local cursors, so I do. My n-tier designs are logical and not physical....i.e., they're transparent...so the UI layer could directly see the Data Layer if it so chose. I'm not a purist, but try to take advantage when I can with the Fox! --Michael -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com "Work smarter, not harder, with MBSS custom software solutions!" _______________________________________________ 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 ** 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.

