JPJedi
JPJedi

Reputation: 1508

What is a way to access .accdb files for reading and writing?

I have an Microsoft Access Database (.accdb) that stores information needed in an application.

Is there a way to distribute my application with the access database without having the user have access installed or get the user to go and download and install the office runtime?

The windows form application that uses the access database is developed in VB.net in Visual Studio 2008.

Upvotes: 0

Views: 1238

Answers (1)

JeffO
JeffO

Reputation: 8043

An installation of Access is not needed. Your installation should include all the necessary files to interact with the accdb file.

Are you using something other than .NET Framework Data Provider for OLE DB?

Upvotes: 1

Related Questions