CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Posts
    1

    VB Database WITHOUT ODBC

    I want to make an application which will be distributed to employees on a network to install on their desktops. The application will need a database, but only needs to store (extensive) information per employee, and thus does not need to be centralised. I thus want the database to ship with the install package created by VB6 - going to each workstation and setting up an ODBC connection is not an option. Is there a way in VB to make an application with it's own (e.g. Access) database which is installed with the package?


  2. #2
    Join Date
    Jul 1999
    Posts
    20

    Re: VB Database WITHOUT ODBC

    Yes.
    U can create an Access Database in ur application.
    To distribute this database along with the installation kit, u will have to add this file when u create the installation kit with "Create setup" utility.

    Regards



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

Featured