OLEDB connection to Access Database (accdb)

后端 未结 4 2130
有刺的猬
有刺的猬 2020-12-06 01:36

I want to make a simple application for an exercise, so it could be nice to connect to a simple database like Access (.accdb)

My program looks like this:

<         


        
4条回答
  •  自闭症患者
    2020-12-06 02:21

    For others that are interested in my solution, I figured out that Microsoft.ACE.OLEDB.14.0 is not supported for Access 2010. Instead I used Microsoft.ACE.OLEDB.12.0

    You can download their "2007 Office System Driver: Data Connectivity Components" from this site: 2007 Office System Driver: Data Connectivity Components

提交回复
热议问题