Database

  • Thread starter Thread starter Bill English
  • Start date Start date
B

Bill English

Hi im only 14 and have no training at all, so please
don't get mad for this question. When I build an
application that uses an Access database, I transfer the
executable to another computer, and It wont start. I
assume this is because the database is not included in
the build. How do I include the database in the build,
or do I have to manually add that to the other computer
also?
 
Bill
In VB.Net open the Solution Explorer, Right click references, Then click
reference, A form will open up.
Click the COM tab and scroll down to Microsoft Access Object Libary, click
to highlite it, Then click Select btn, Then OK btn. It should work on
another PC then.
Hope this helps.
Barry
 
Sorry I missed a Key Word in the first reply!!

Bill
In VB.Net open the Solution Explorer, Right click references, Then click Add
reference, A form will open up.
Click the COM tab and scroll down to Microsoft Access Object Libary, click
to highlite it, Then click Select btn, Then OK btn. It should work on
another PC then.
Hope this helps.
Barry
 
Hello,

the solution of barry is good , you also create DSN of your database and
use in dot net as well as with the help of solution explorer.

Warm Regards,

Ayaz Ahmed
Software Engineer & Web Developer
Creative Chaos (Pvt.) Ltd.
"Managing Your Digital Risk"
http://www.csquareonline.com
Karachi, Pakistan
Mobile +92 300 2280950
Office +92 21 455 2414
 
Back
Top