database question

P

Pam Coleman

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
 
P

Pam Coleman

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,
 
L

Lynn Trapp

G

George Nicholson

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,
 
Top