Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to design a cart which holds my data temporarily, which(data) i can edit/delete/update and finally save all the items (i.e. multiple rows ) into database at once.
regards
bunzitop
Posted

1 solution

Hi,

You can use User Define Type (UDT) as Stored Procedure Parameter.
Read the following article...

Sending a DataTable to a Stored Procedure[^]

If any difficulty get back to me...
 
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