From: sh on
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
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
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
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.