Microsoft
Software
Hardware
Network
Question : Modifying tableadapter parameters
I have an app which uses tableadapters to get the data. I had to add three fields to a table and modified the stored procedure to add the three parameters. But the table adapter simply will NOT see the added parameters. It seems to be looking at metadata somewhere but I cannot fathom where. Tried adding a new table adapter, but, as soon as I tried to add the stored procedure, it came up showing all BUT those three parameters.
Any ideas?
Thanks
Answer : Modifying tableadapter parameters
Did you define the parameters as OUT?
Sorry but I have to ask:
Did you save your stored proc?
I assume you designed a dataset? Then all references are stored in the xsd file (open with texteditor) and the corresponding dataset.designer.vb file.
Random Solutions
How to freeze data without affecting other users
Activate (Requery) a Combo Box w/ VBA
Acrobat will not open in a new window from IE
select item in listbox via VBA in form onload event
How do I check if my Video Card driver is up to date in Gateway 6800-01e
System error &H8007008 (-2147024888) not enough storage available to rocess this command
What is X400 & X500 in Active directory.
DOS script to compare date and send notification
SSIS 08 - Manifest Deploy Validation fails, can't access password.
How to add a typed TableAdapter object to a form