Unrecognized database format accdb in visual studio

一笑奈何 提交于 2019-12-03 21:34:35

I may not tell you what the problem is but I solved this issue before by resaving the database file as Microsoft Access 2003. Goto Save Database As Access 2002-2003 (*.mdb) and then use the new file.

You need use ACE.OLEDB 32 bits in Visual studio connection. (click in Advanced... button in Add Conection screen)

The visual studio try use of Jet.OleDB not more supported.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!