Re: Embed MySQL into c# .Net application
@Marko Simic
I've success to manage my app(vb.net+connector 5.2.1) to use mysql on a stand-alone environment (flashdisk/portable hdd) without needed to install mysql server. But this is "not embed". Just a little trick to manipulate mysql startup.
This is how i do:
1. put a function to modify my.ini/my.cnf to adjust the basedir and datadir value based your application.startuppath on your app startup event.
2. then launch the mysql engine directly from your app.
3. load the main form as normal.
In this case (portable application) not recomended to use other storage than MyISAM.
hope this can help ^^
Thanks..
Subject
Written By
Posted
November 02, 2004 07:44PM
November 03, 2004 08:21AM
November 03, 2004 10:29AM
November 13, 2006 01:11AM
September 18, 2007 12:03AM
Re: Embed MySQL into c# .Net application
March 12, 2008 09:27PM
September 01, 2008 12:03AM
February 26, 2006 06:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.