Possible Duplicate:
Self-contained database?
I wish to create a C# application that embeds a MySQL database server. The data need to be stored in files and I need to access it inside the application, make queries and save results back to disk.
How might I approach this?
1 Answer