HI,
I was wondering if anyone might have any pointers on how to build your own Linq to <db of choice>? Is it even possible? If not, is there a Linq2ODBC (yes, I need to work with a DB that ONLY offers ODBC drivers... ugh).
Thanks!
Andy
Opf3 went open source this year, Christian Liensberger as the "productowner" became a microsoft employee and doesn't have enough time anymore hehe..
Opf3: http://www.codeplex.com/opf3
Anyway it has a LinqToOpf3 and a high level of abstraction so you can write your own db provider, while there are enough providers already available.
Another choose could be Entity Framework for which you can use several 3rd party providers as well, it supports alot of databases already http://msdn.microsoft.com/en-us/data/dd363565.aspx
An example to write an own provider http://code.msdn.microsoft.com/EFSampleProvider
If u investigate the OpenLink solution i would like to get updated, since i want our teams to step to EF as well.
Thanks everyone for the feedback, I'll have to look at this... at least it seems possible to build your own.
I'll likely have to do that, unless someone already built a Linq 2 FileMaker.
Copyright (c) Marimer LLC