vb.net - Synchonizing SQLite and MySql together -


i trying synchronize 2 different type of database together. here better explanation of trying do:

i have mysql database on server main database. have application installed on multiple computers.

i need main database updated modification inside computers , need computer version updates main database.

i have seen replication option in mysql it's not want do. have seen other stuff replace still don't see clear solution.

i'm not asking full solution maybe pseudocode or cool functionality can try implement it. used on end of school project.

i have timestamps on each row can detect changes.

sorry bad spelling, english not native language.

thanks in advance.

this how if had app run in different sql environments.

it cleaner if communication between yourapp & db through php class. class instance created based on user's sql version. then, code in class decide how connect db.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -