reading access files

  • Thread starter Thread starter joe
  • Start date Start date
J

joe

If I want to send an access database to someone who
doesn't have access loaded on their computer, is it
possible to view the tables? In other words, is there
some sort of default access reader that is available?
 
Not really.

You can purchase the appropriate Developer edition (it goes by different
names: see what Tony Toews has at
http://www.granite.ab.ca/access/developereditionfaq.htm for details) and
package your application using it. That distributes a royalty-free run-time
version of Access that your users can install to run your application.
There's no other way (legally) to distribute the run-time, though.

However, if all they want is to get at the data that's contained in your
MDB, any ODBC-compliant client (Excel, Word, etc.) is capable of getting at
the data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top