Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Vb.net 项目,它具有带有 DAO 对象的 Msacess 数据库。
现在我想使用 ado.net 从 msaccess 迁移到 mysql。
谁能建议我为任何类型的数据源设计 DAL
尝试使用像NHibernate这样的 ORM 工具(对象关系映射) 。大多数 ORM 工具可以配置为与许多不同的数据库一起使用。