I want to get the data from DB using stored procedures in the form of a JSON file.
In simple words, my output should be a JSON file which should be the result of data in DB (collected by a stored procedure). How can I move forward?
↧
How to generate a JSON file from stored procedure(SQL) result
↧