Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am sending data in json formate using postman and want it to store in database using procedures.

What I have tried:

i have tried single insertion and its working, now i have to insert multiple records.
Posted
Updated 22-Apr-22 10:53am
Comments
Richard Deeming 21-Apr-22 6:24am    
You've forgotten to ask a question.

Click the green "Improve question" link and update the question to include a clear and complete description of what you are doing, what you have tried, and where you are stuck. Include the relevant parts of your code, sample data, and the full details of any errors.
CHill60 21-Apr-22 11:14am    
Share the code you have used for a single insertion and we might be able to tell you the changes to make to insert multiple records

1 solution

cycle through the json, record by record, using the values from the current record for your insert.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900