OK great - I will check out the link - Thanks - I did not know that there was a difference between SQLite and MYSql - hmm… I better do some more reading.
It would seem we would have to have Shell access to run the conversion script… hmm
Oh wait. What about Game Centre Mutli-user turn based games? Maybe I should look into that first before trying to make my own DB and all that. Not sure what it is capable of though.
I will be back.
Thanks again for the help. :ph34r:
In order for it to sync with the server you will need to write some communications to send/receive the data because they have no idea about each other.
If all you are trying to do is simple multi-player stuff then yes use something like game center or one of the plugins for corona here
http://coronalabs.com/resources/plugins/
otherwise you are going to need a lot more knowledge in databases and client/server communications
OK I will check the plugins out.
Yes indeed… " a lot more knowledge in databases and client/server communications " is very true I see. ;)
Cheers!