Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which O/RM tool supports Microsofts Access?

For one of my clients I'm currently building an application that communicates with a legacy Microsoft Access database. Migrating to SQL server is unfortunately not (yet) an option. I currently write the queries using OleDbConnection, OleDbCommand and –good old- text based queries. As you can imagine I'm a bit spoiled by using modern O/RM tools and I feel like I went back in time.

Which O/RM tool supports Microsoft Access so I can get rid of this uglyness?

like image 216
Steven Avatar asked May 22 '10 12:05

Steven


People also ask

What is ORM tool in hibernate?

Object/Relational Mapping Hibernate ORM enables developers to more easily write applications whose data outlives the application process. As an Object/Relational Mapping (ORM) framework, Hibernate is concerned with data persistence as it applies to relational databases (via JDBC).

Is JDBC ORM tool?

ORM sits in between your application and JDBC providing the missing link between the object oriented model and relational database model of programming. In fact this so called ORM interacts with the JDBC to talk to the database ultimately.


1 Answers

Nhibernate and MS Access

LLBLGEN

How can I use MS Access as a provider for ADO.NET entity framework ?

like image 111
Mitch Wheat Avatar answered Nov 08 '22 11:11

Mitch Wheat