I have a C# application that\'s utilizes MYSQL. I\'m at a beta release point and need an installation package that includes my application, along with MYSQL. So basically, I
@Orion Edwards
Thanks a lot for the steps. I was having the SAME doubt. In fact, We just turned SQLite down because our standalone application needed some procedures and foreign key contraints.But now I feel SQLite is always a better choice for standalone desktop application if it is do be deployed on client machines.
For now,I have to stick to MySQL. So I'm using different kinds of scripts and mechanisms to handle different possible situations. Eg:
Is this approach OK? Or there is a better,appropriate way to do this?
In future I think i'll stick to SQLite! :-p