Click here to Skip to main content
15,914,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when I pass command.parameters.addwith value("@tablename",datatable dt)

showing error that no such parameter in stored procedure..i ve to insert 30000 datas.how can I add?
Posted

Refer :
Link1
Link2
 
Share this answer
 
Seems like no table parameter has been denfined in the SP. See this[^] as a sample.
 
Share this answer
 
Comments
[no name] 10-Jul-15 3:08am    
how can I define 47 parameters manually? how to do this in buls insertion

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