3

I am new to MS-access, I developed a web application which use's MS-access as DB. If i installed my web application in my client system is it necessary to install MS-access in my client System too. Is it any other way to use MS-Access without installing it?

PS Kumar
  • 1,696
  • 5
  • 27
  • 43
  • 2
    possible duplicate http://stackoverflow.com/questions/8246134/how-to-read-ms-access-database-file-programmatically-without-installing-ms-offic – Sunny Sharma Mar 11 '14 at 11:43

2 Answers2

3

You can use UCanAccess. which access MS Access with configuring ODBC drive.

For More detail .refer here

Community
  • 1
  • 1
kark
  • 4,543
  • 6
  • 29
  • 43
2

You need what is called Access Runtime Version. It is a free app from Microsoft that will allow end users to run Access databases without purchasing Access.

The link to the 2007 version is here. If you need a different version, just Google "Access Runtime Version".

Johnny Bones
  • 8,557
  • 6
  • 41
  • 108