Which O/RM tool supports Microsofts Access?
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-05-22T12:36:00Z
Indexed on
2010/05/22
12:40 UTC
Read the original article
Hit count: 297
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?
© Stack Overflow or respective owner