I have created an app in xcode with sqlite3.I want to create a button named sync to sync with my mysql database in my server. Any suggestion about sync process? Please let m
SQuirreL SQL (in Java using Hibernate) has a DBCopy plugin to it. It might be possible to script a database copy using that. I haven't tried it, but that is the first direction I would go.