Install a program that uses database (mySQL)

graced

Member
Joined
Aug 6, 2008
Messages
18
Programming Experience
1-3
Hi, I would like to create an .exe file that will install my VB .Net application but it uses mySQL database and i also need that to be included in the installation.

I dont know how to do this, can anyone help please? I dont know if it will work since you need to add it to the ODBC.. Thanks
 
use the dotnet connector... Include the connector dll with the installation (this should happen automatically if you have referenced the dll.

Is it a central database?
 
Back
Top