I need to modify the InsertAd Stored procedure, by adding a new paramter to be added to the Ads table
Can some please tell me how I can achieve this using the TableAdapter configuration wizard.
When I open the TableAdapter Query Configuration wizard for the InsertAd Stored procedure it doesnot permit to add a new parameter.
Please Help!!
Thank
AspTger
Select the InsertAd query in the AdsDataAdapter. Then in the Properties Window, under Data, select the Parameters Collection. This will open the Parameters Collection Editor. You can add and remove parameters there.
[This posting is provided "AS IS" with no warranties, and confers no rights.]
AspTger
Member
15 Points
4 Posts
Please HELP! - Need to modify stored procedure InsertAd.
Jun 20, 2006 01:11 AM|LINK
Can some please tell me how I can achieve this using the TableAdapter configuration wizard.
When I open the TableAdapter Query Configuration wizard for the InsertAd Stored procedure it doesnot permit to add a new parameter.
Please Help!!
Thank
AspTger
marcgel
Member
405 Points
76 Posts
Microsoft
Re: Please HELP! - Need to modify stored procedure InsertAd.
Jun 23, 2006 11:15 PM|LINK