Results 1 to 7 of 7

Thread: [RESOLVED] Deploying App using Access 2003

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Resolved [RESOLVED] Deploying App using Access 2003

    Hi Peeps,

    I have an application in VS2005 which uses an Access 2003 database. I have created a deploy project. My question is do I need an Access 2003 licence for each PC I install my application on?

    Thanks for any help,

    Jiggy

    PS. I don't think I do because I believe all the files required are in the MDAC release which is now part of OS installs.

  2. #2
    Frenzied Member
    Join Date
    Jan 2010
    Location
    Connecticut
    Posts
    1,687

    Re: Deploying App using Access 2003

    No. You only need a license for Access, not the database.
    VB6 Library

    If I helped you then please help me and rate my post!
    If you solved your problem, then please mark the post resolved

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: Deploying App using Access 2003

    So because my application connets to the access database via oledb I don't need the license only if I put access application on.

  4. #4
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: Deploying App using Access 2003

    Deploying the Access database to machine does not cost you or the user anything. If the application needs the MS Access application then the end user must pay for MS Access. Since you are not using MS Access, only a database that is in the MS Access format (all access is done though you coded application only) no needs to buy MS Access. Of course if you created the database using MS Access you are required to have bought it.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: Deploying App using Access 2003

    Thank you both very much!

  6. #6
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: [RESOLVED] Deploying App using Access 2003

    Actually this is the "Jet database format."

    It just happens that it is used to support both Access and VB, which both "have claims on it."

    I suspect its origins predate Access by quite a bit, going back to the ISAM support in the old Microsoft Basic Professional Development System under MS-DOS.

  7. #7
    Frenzied Member
    Join Date
    Jan 2010
    Location
    Connecticut
    Posts
    1,687

    Re: [RESOLVED] Deploying App using Access 2003

    As far as I know JET was created for Access and wasn't added to VB until VB 3. Jet was the way Access connected to its own DB. Then they modified it so VB can use it. It was a long time ago so my memory may be foggy.
    VB6 Library

    If I helped you then please help me and rate my post!
    If you solved your problem, then please mark the post resolved

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