I'm working with VB6.0 and MS Access..The project runs perfectly in my computer..I ran the Package and Deployment Wizard to make a setup file for my project.I made it and when i ran the setup file in another computer,it shows an error that my database file could be found..
i've used that dbase file in my project(almost in every form) with code,
dim db as database
set db=opendatabse( "D:\vino\532\db ase.mdb")
I just want my project to run on every computer(with or without VB6.0).Help me out of this problem pls.
i've used that dbase file in my project(almost in every form) with code,
dim db as database
set db=opendatabse( "D:\vino\532\db ase.mdb")
I just want my project to run on every computer(with or without VB6.0).Help me out of this problem pls.
Comment