问题描述
有关我的一个客户,我目前正在建设,与旧版Microsoft Access数据库通信的应用程序。迁移到SQL服务器是不幸的是没有(还)一种选择。我目前正在写使用的OleDbConnection
,的OleDbCommand
查询和-good OLD-基于文本的查询。你可以想象我有点用现代的O / RM工具宠坏了,我觉得我又回到从前。
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.
其中O / RM工具支持的Microsoft Access这样我就可以摆脱这个uglyness的?
Which O/RM tool supports Microsoft Access so I can get rid of this uglyness?
推荐答案
How我可以使用MS Access作为供应商ADO.NET实体框架?
这篇关于其中O / RM工具支持微软的访问?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!