Is owning MS-Access required for .NET application to use an MS-Access db?

人盡茶涼 提交于 2020-01-05 04:51:07

问题


Does an end-user need to own MS-Access application to run an C#.Net application that uses MS-Access? The C# custom application will ship with MS-Access File (.Accdb). The application is expected to access tables and show reports.

I expect the user to be able to download and install the run-time version of MS-Access (free) (and) OLEDB driver, then install the C# application. User may have to adjust the connection string, but I am not sure if doing just this is sufficient or not.

Thanks.


回答1:


As far as I know the user does not have to have the MS-Access application installed on their pc to access the db.

The only requirement is that you need to have the Microsoft Access Database Engine Redistributable installed. You can download it here: https://www.microsoft.com/en-za/download/details.aspx?id=13255



来源:https://stackoverflow.com/questions/40797360/is-owning-ms-access-required-for-net-application-to-use-an-ms-access-db

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