|
-
Feb 9th, 2010, 01:04 PM
#1
Thread Starter
Member
visual baic database connect error
hai everybody,
i have just finished my academic project in vb6
i hav given the project a ms acsess database connectivity,
it runs good on my system where vb is installed but i am finding it very difficult to run it on my seniors pc where visual basic is not installed
before i start the program there is some file missing error
i suspect some runtime files are not registered , but i do not know how to register them
please help me
Last edited by cycleinmars; Feb 9th, 2010 at 01:11 PM.
Reason: jst added visual basic version
-
Feb 9th, 2010, 01:12 PM
#2
Re: visual baic database connect error
When you done with your project create a distribution package using any available utility like Package & Deployment Wizard that comes with VB6.
For more information visit our Application Deployment forum.
-
Feb 9th, 2010, 01:19 PM
#3
Thread Starter
Member
Re: visual baic database connect error
i have just created an .exe application out of it
will that be not sufficient
much
ca you please send the link for the article
mean while i will also search for the article
thanks very much
-
Feb 9th, 2010, 01:28 PM
#4
Re: visual baic database connect error
Not sure what link you're looking for...
Just go to Start>Programs>VB6 (or whatever it's called) find Package & Deployment Wizard and run it - it simple to use so just follow on screen instructions.
When you done send the Setup (there will be exe, lst and folder with all support files) to your clients.
-
Feb 9th, 2010, 01:35 PM
#5
Thread Starter
Member
Re: visual baic database connect error
thanks for the reply
i will test that and come back to you
-
Feb 9th, 2010, 01:35 PM
#6
Re: visual baic database connect error
 Originally Posted by cycleinmars
i have just created an .exe application out of it
will that be not sufficient
No, that is not sufficient. You can not just copy a .exe file from one machine to another if the target machine does not have VB installed.
You must create a formal installation and setup package, and pass the resulting Setup.exe file to the target machine.
Using The Package And Deployment Wizard
-
Feb 9th, 2010, 01:41 PM
#7
Thread Starter
Member
Re: visual baic database connect error
will all the necessary refernces be copied in that
i want the programm to run on any windows xp based system without vb being installed
thanks for your answer
-
Feb 9th, 2010, 01:42 PM
#8
Re: visual baic database connect error
That is what RB and Hack said.
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Feb 9th, 2010, 01:43 PM
#9
Thread Starter
Member
Re: visual baic database connect error
will all the necessary refernces be copied in that
i want the programm to run on any windows xp based system without vb being installed
thanks for your answer
-
Feb 9th, 2010, 01:53 PM
#10
Re: visual baic database connect error
Yes all things necessary for the application to run will be added to the install package (things you reference). If you have an MDB file (MS Access database) that is used you will need to add that to the files (references) list manually.
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Feb 9th, 2010, 01:57 PM
#11
Thread Starter
Member
Re: visual baic database connect error
thanks hack, gary and rhino
i guess my problem is resolved
-
Feb 9th, 2010, 03:34 PM
#12
Re: visual baic database connect error
In that case it would be nice if you change thread's status from Thread Tools menu.
Thanks.
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
|