On Thu, Nov 6, 2008 at 3:14 AM, Alan Bourke <[EMAIL PROTECTED]> wrote: > > On Wed, 5 Nov 2008 16:13:43 -0600, "Stephen Russell" > <[EMAIL PROTECTED]> said: >> >> A good comparison of what the EF is to be and what Linq already is. >> > > If only there were an easy-to-use ORM for .Net that really worked well > with OLE DB data sources like VFP. They're all centered round SQL > Server, Oracle and so on. > -- -------------------------------------
ORM, O/RM, and O/R mapping you mean? Linq is just SQL Server based for now. Have you thought of making the mapper yourself? I see the hardest point in data mistypes between C# or VB interacting with the backend. Like the FP Date type. Linq did a fantastic job in this area. All you had to do was point the EntityData object at a db, and then add the tables, views and SPs for it. Linq wired up all the data objects for them instead of you having to do that. -- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 _______________________________________________ Post Messages to: ProFox@leafe.com 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.