Quantcast
Channel: Question and Answer » json
Viewing all articles
Browse latest Browse all 148

How to generate a JSON file from stored procedure(SQL) result

$
0
0

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?


Viewing all articles
Browse latest Browse all 148