I was thinking and am wondering the pros and cons of this.
If you have a mobile device that needs to send a small amount of data back and forth could you do it with stored procedures.
Stored procedure:
Create a set of procedures that will take a JSON string as a parameter process all of the hreads hsaves on the server and send back a string result if any error occurred.
almost the same thing as a web service but without the web server overhead.
Could this work?
DW
If you have a mobile device that needs to send a small amount of data back and forth could you do it with stored procedures.
Stored procedure:
Create a set of procedures that will take a JSON string as a parameter process all of the hreads hsaves on the server and send back a string result if any error occurred.
almost the same thing as a web service but without the web server overhead.
Could this work?
DW