Hi,
I have an application that uses the PHP/MySql method of data access for MySql. But find it a bit slow.
Ive been looking at the RDC method descriped here Remote Database Connector - Connect to any remote DB
Please forgive my ignorance. But am i right in thinking that 'all' of the SQL statements/commands are first defined in the server side config.properties
If this is true, then when i make a change to my client side Android application (which i can push or poll as an automatic update) that involves SQL statement/command changes, i would have to update the server side config.properties (that i can not push updates to, yet!)
Best Regards
Lee.
I have an application that uses the PHP/MySql method of data access for MySql. But find it a bit slow.
Ive been looking at the RDC method descriped here Remote Database Connector - Connect to any remote DB
Please forgive my ignorance. But am i right in thinking that 'all' of the SQL statements/commands are first defined in the server side config.properties
If this is true, then when i make a change to my client side Android application (which i can push or poll as an automatic update) that involves SQL statement/command changes, i would have to update the server side config.properties (that i can not push updates to, yet!)
Best Regards
Lee.