database question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have a database in Access and am writing a .net program but I want to
use link to that Access database, question: when it is installed on other
PC's do they have to have Access loaded in order for my program to run
 
I was wanting to know if it would work at all, some of co-workers said it
wouldn't work if Access was not loaded. Thanks,
 
I can't speak to .net, but vb 6 can build apps that connect to .mdb (Jet
database files) *data and queries*. These apps do not require Access.

Reports (and forms, but why would you want to..?) in that .mdb file would
require Access, so you have to roll-your-own reports in VB.

Lots of programs can read & write data to .mdb files (for instance, Excel)
and they don't require Access for that to happen. You do need an Access
license if you want to use Access Forms, Reports, etc.

HTH,
 

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