Prev: automating a web process
Next: Urgent please help me?
From: sh on 3 Nov 2009 14:53 I am trying to use LINQ to get data from an Access database. It is not working. After searching the web, I came across a number of posts saying LINQ does not work with Access. However, all these posts are dated early 2008. Does anyone know if this is still true? Is there, as of today, still no LINQ to Access?
From: Mr. Arnold on 3 Nov 2009 15:31 sh wrote: > I am trying to use LINQ to get data from an Access database. It is not > working. > > After searching the web, I came across a number of posts saying LINQ > does not work with Access. However, all these posts are dated early 2008. > > Does anyone know if this is still true? Is there, as of today, still no > LINQ to Access? There is no Link-2-Access. You can use SQL Server Express and convert all of you Access data to SQL server and use Link-2-SQL or ADO.NET Entity Framework and Link-2-Object.
From: sh on 3 Nov 2009 17:11 To answer my own question, I found a Linq To Access, MS SQL, SQLite, MySQL, Oracle, Firebird ... It's at www.alinq.org. I've used it, and it seems to work. sh wrote: > I am trying to use LINQ to get data from an Access database. It is not > working. > > After searching the web, I came across a number of posts saying LINQ > does not work with Access. However, all these posts are dated early 2008. > > Does anyone know if this is still true? Is there, as of today, still no > LINQ to Access?
From: Branco Medeiros on 3 Nov 2009 18:18 sh wrote: > To answer my own question, I found a Linq To Access, MS SQL, SQLite, > MySQL, Oracle, Firebird ... > > It's atwww.alinq.org. I've used it, and it seems to work. I don't know about the product itself but the web site... ZOMG, it really needs to work on those spelling errors. "Supproted Database"?? =)) B.
|
Pages: 1 Prev: automating a web process Next: Urgent please help me? |