Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can we send our data to back end database(SQL server) from front end C# through Stored procedure, and how many ways to send our data through stored procedure ?
Posted
Comments
PIEBALDconsult 15-Jan-15 11:51am    
There are as many ways as there are snowflakes.
ZurdoDev 15-Jan-15 11:51am    
Many ways. Do you have a more specific question?

1 solution

You can pass the values as input parameters, you can use user defined tables to send multiple records.

you can use bulk copy.

just choose basis your scenario.
 
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