my project manager asked me to do the following:
-backup data from mysql database that is on the server
-convert this data to sqlite
-add it to a windows form application that read from this sqlite new database
the target is to keep part of the database always linked to this c# windows application
I've read articles about backup data from mysql using c# and I don't expect to have problems
How can I convert this mysql dump file into sqlite and load the data to the c# using the sqlite memory and then save it so the application will use this sqlite database each time it runs. All of these steps must be done by the c# windows application itself with a button or something similar.
GoogleSearch on how to convert MySQL over to Sqlite there are a lot of steps you have there so my best suggestion would be to start coding as well as start doing some research on the webcheapsql conversion tools start looking here Tony