|
-
January 12th, 2000, 01:45 AM
#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?
-
January 12th, 2000, 01:56 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|