Hi there
http://www.b4x.com/android/forum/threads/connect-android-to-ms-sql-server-tutorial.13166/
I am currently testing the above example which allows me to pass SQL to my API and execute it. This in turn replies with some results delivered in JSON format. My client is worried that there could be problems sending the direct SQL down to SQL injections etc. They are even worried that someone could decompile the app and get to any encryption settings to get at data that way too and maybe be able to send a delete all command (paranoid at its best but I guess they are very security conscious). They also want me to send and receive the data in JSON format so no SQL is sent and the API is doing all of the rebuilding of it.
Just wondering if there was an example out there which fits my circumstances, just sending JSON both ways..
Thank you..
Derek.
http://www.b4x.com/android/forum/threads/connect-android-to-ms-sql-server-tutorial.13166/
I am currently testing the above example which allows me to pass SQL to my API and execute it. This in turn replies with some results delivered in JSON format. My client is worried that there could be problems sending the direct SQL down to SQL injections etc. They are even worried that someone could decompile the app and get to any encryption settings to get at data that way too and maybe be able to send a delete all command (paranoid at its best but I guess they are very security conscious). They also want me to send and receive the data in JSON format so no SQL is sent and the API is doing all of the rebuilding of it.
Just wondering if there was an example out there which fits my circumstances, just sending JSON both ways..
Thank you..
Derek.