I am new to ionic framework. I want to retrieve data from table which is stored on SQL Server. How can I retrieve that?
You need a middle tier to pass the data to and fro like WebAPI.
1 Like
Thank you… It works…!!
I have made web service from stored procedure in SQL Server and convert it into JSON String. After that I retrieve that JSON string in my ionic app.
Dear @patelbhavya
Can you tell me how to make it , please
Ivan