What ORM can I use for Access 2007 - 2010? I'm after WPF binding to the tables etc

前端 未结 4 987
抹茶落季
抹茶落季 2020-12-17 02:37

I\'ve a legacy database that all sites have, it describes specific content in a number of catagory/subcatagory/child item format. Until now, adding/editing the content is ei

4条回答
  •  -上瘾入骨i
    2020-12-17 02:52

    We are using Jet Entity Framework Provider. That way we can easily port to another database later.

    It does not have all the limitations mentioned above and works great.

提交回复
热议问题