Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi There
I have a typed data set linked with pre-created SQL SP. I have gone through the VB.Net Wizard and populated the READ, INSERT, UPDATE and DELETE commands with Table Adpators. However, getting the Error msg "Some Parameter Bindings are missing..." My DELETE SP has some extra parametes which are not mapped to the Source Data table as I am taking some other actions based on those parameters. If I Blank-out the DELETE action from the Table Adaptr, I don't get the msg but, then I can't use the DELETE action.

How can I pass extra parameters to the Table Adapter which are not part of the Source Table.

Pls help....
Posted

1 solution

1. You can use the default value set in sp definition...but in this case it will be fixed and nothing should be passed to those variables to use the default values...

2. You can modify the XML and add the parameter by your self to pass your desire value...

Thanks
 
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