David Stevenson wrote:
And lastly, if the web hosting is done on-site, you can of course use the OLE-DB VFP driver from ASP.NET to read-write directly to the VFP tables. A good approach is to use a tiered design with objects talking to the backend and those objects accessed via the ObjectDataSource class, which integrates very well with GridView, DetailsView and FormView. With a tiered design, you can write initially to VFP tables and later change just that part of the code to instead access a backend database if you ever move the main app off of VFP tables, or if you move from internal hosting to external.
ObjectDataSource class, GridView, DetailsView and FormView -- are these DotNet things? -- 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.

