I'm using MySQL database on my project and never had experience compiling vb.net application that includes database. So i want to know how to include or embed the MySQL database in making executable file of your application. Thanks!
-
2Not an easy task... stackoverflow.com/questions/49378/…, do you have considered to use a different database? (Sql Server Compact, SQLite, LocalDB even Access for stand-alone installations)Steve– Steve2015-02-15 10:34:47 +00:00Commented Feb 15, 2015 at 10:34
-
1@Steve What can you recommend that is good to be centralized database?slverstone– slverstone2015-02-15 11:21:24 +00:00Commented Feb 15, 2015 at 11:21
Add a comment
|