Hi.
I have a series of records contain within an SQL table accessed through a mobile service. I was wondering how I could pass a parameter from the client to a custom API mobile service for use in an SQL query?
For example, my table contains temperature and date data. I am looking to be able to select a date on a client and use it in a query.
For example, "SELECT TEMPERATURE FROM TABLE WHERE DATE = " + DateFromClient + ""
My client is a Windows 8 c# App.
Cheers!