If you're trying to get LINQ to connect to an existing MS Access database, you are probably out of luck. If you want to build a new database, I'd suggest SQLite. I've gotten LINQ working with it via DbLinq and been happy with the results. Not good for anything that will get more than 100k hits/day. If you need something more industrial strength I'd suggest MySQL.
On Mon, Apr 13, 2009 at 8:11 AM, Jonathan Pryor <[email protected]> wrote: > > On Mon, 2009-04-13 at 03:39 -0700, [email protected] wrote: > > the homepage states that DLinq supports Microsoft Access databases. > > On the Microsoft discussion site, a DLinq team member asserts that > > DLinq only supports SQL Server. > > Can you help me, what is correct? > > Which homepage? This one? > > http://groups.google.com/group/dblinq > > Which says: > > Welcome to the DbLinq group. Our software provides access to > MySql, PostgreSql, SqlLite, Oracle and Ingres databases from C# > or VB.Net. > > That doesn't say that DbLinq supports Microsoft Access. It says that we > support access (lower-case, verb, meaning "obtain or retrieve") to > several different databases. > > No, DbLinq does not support LINQ access to Microsoft Access. > > - Jon > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
