If an app is dependant on an Access DB does the user have to have Access?
Printable View
If an app is dependant on an Access DB does the user have to have Access?
No, unless you need to automate some Access's features such Reports, etc...
I believe I'll just be using it to store and retrieve data.
Then you all set: your distribution will depend on the DB access interface (DAO, ADO, etc...).
My apps utilize Access 2000 as the backend data store. I have tested o systems with Access installed and wothout, and application works fine both ways...
I think ADO (i'm a bit rusty w/VB as I've only been doing asp/vbscript for the past two years)... what does everyone suggest?Quote:
Originally posted by IROY55
Then you all set: your distribution will depend on the DB access interface (DAO, ADO, etc...).
thx
ms