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
Form Filter on Load
How to create a Form for data view
Importing/Linking Data from URL
How do you Erase or Clear all fields within the word document?
Understanding datasheet view
Want to update a field with values from another field within the same table if it meets a condition
appending MDB files to a single MDB
Can't save Access 2003 report with specific printer under Access 2007
Create report out of crosstab where column name changes
How to explore disk raiding status in Win2k3Server