Using mdb databases in Linq?
-
Hi, Can we use mdb (access) databases directly in linq without converting to sql? Best Regards Kemal Akkanat
-
Hi, Can we use mdb (access) databases directly in linq without converting to sql? Best Regards Kemal Akkanat
AFAIK no, there is no LINQ-to-SQL nor Entity Framework providers for MS Access.
Eslam Afifi
-
AFAIK no, there is no LINQ-to-SQL nor Entity Framework providers for MS Access.
Eslam Afifi
Thanks for your reply.
-
Hi, Can we use mdb (access) databases directly in linq without converting to sql? Best Regards Kemal Akkanat
Hii You can use the Link to dataset To use Linq against an Access .mdb or .accdb database You can read more in next links http://msdn.microsoft.com/en-us/library/bb386977.aspx http://blogs.msdn.com/adonet/archive/2007/01/26/querying-datasets-introduction-to-linq-to-dataset.aspx
-
Hii You can use the Link to dataset To use Linq against an Access .mdb or .accdb database You can read more in next links http://msdn.microsoft.com/en-us/library/bb386977.aspx http://blogs.msdn.com/adonet/archive/2007/01/26/querying-datasets-introduction-to-linq-to-dataset.aspx
Thanks so much.