|
-
Feb 11th, 2004, 02:32 PM
#1
Thread Starter
Frenzied Member
no database for programs [RESOLVED]
If you create an app that utilizes a database to store information, what do u do if the end user doesn't have access, mysql or anykind of dbm? should the code be written to compensate for it or should you make that a requirement? Should maybe a"trial" version be included with your release? mysql is free so that would be a good alternative.
Last edited by Andy; Feb 11th, 2004 at 09:26 PM.
-
Feb 11th, 2004, 02:36 PM
#2
Your application/program can use an access database as a datasource regardless of whether or not the user has Access. Also MSDE is distributable and free so you can package it with your app in place of SQL.
-
Feb 11th, 2004, 02:40 PM
#3
Thread Starter
Frenzied Member
cool. I don't like using mysql because some of the commands are proprietary but it's a nice sql program nonetheless.
-
Feb 11th, 2004, 06:09 PM
#4
Fanatic Member
do they need to have MDAC installed on the clients machine to be able to use an access database as the datastore?
-
Feb 11th, 2004, 06:26 PM
#5
It shouldn't matter since MDAC is also a dependency of the Framework itself. So if they have the framework they will have MDAC. Although I believe they do need MDAC to use an Access datastore.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|