Results 1 to 3 of 3

Thread: Application distributions

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Posts
    124
    Hi,

    I am using the MS Access to create the database, and using VB codes to access the data. Now, if I want to distribute this application to the users who does not have any MS access installed, will they able to use. By the way, I am using the VB package and deployment tools to create the distribution package, will it be able to bundle the right dll to the package ?
    Thanks.

  2. #2
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Yes, you can safely distribute your application without the need to have MS Access installed on the client's machine.

    The points to be noted are:

    If you are using DAO to access the database, your package should contain the appropriate DLL file, DAO 3.51 (Access 97) or DAO 3.6 (Access 2000). If you are using the Package and Deployment Wizard that comes with VB, you need not worry at all. It will bundle everything required.

    If you are using ADO, you need to get the latest copy of Microsoft Data Access Components (MDAC) into your package. With Windows 98 and higher, MDAC is part of the OS, but with Access 2000, the OS copy of MDAC may not work. You can find the installer to the MDAC on the Visual Studio CD.

    And lastly, if your application does not create the database if it is absent, you need to bundle your database file also into the package. Most installers will allow you to specify additional files to be included apart from the DLLs etc. required for the application. And you can specify the name of the database file here sothat the database file is also included with the application.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  3. #3
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033
    i recommend Visual Studio Installer...
    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

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