Results 1 to 5 of 5

Thread: no database for programs [RESOLVED]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    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.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    cool. I don't like using mysql because some of the commands are proprietary but it's a nice sql program nonetheless.

  4. #4
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    do they need to have MDAC installed on the clients machine to be able to use an access database as the datastore?
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  5. #5
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width