Access and VB6.0

  • Thread starter Thread starter dereinzigetwitch
  • Start date Start date
D

dereinzigetwitch

I wrote a program in VB6.0 that interacts with an Access
database. Everything works with the program and it is
ready to be compiled. Now, how do I compile the database
with the program?
 
No no no no, you missunderstand me. I know it is possible
to somehow put the program AND the database together in
one .exe. I was told it has something to do with the
Package and Deployment wizard but I don't know what that
is. Can anyone help me.
 
The database file will always be a separate MDB, but you can include it
in your distribution package for your app. It does not become part of
the executable tho.
 
Back
Top