Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not sure how to explain my problem, but here’s the thing:
I have added a column thus updating the stored procedure. After that, I recreated the table adapter but I wasn’t able to find the updated column inside data columns.

Is there a way for me to resolve this problem?

Thanks
Posted

I cannot tell much without having some code here.

However, you might want to double-check that you have actually added stored proc to the correct database.

If you've checked and everything is fine, then try removing and creating table adapter from scratch. If this isn’t helping, just go and add your column manually (by binding it to the correct output column).
 
Share this answer
 
What DB are you using??
Without code It's really Though to solve your problem.

Try to Test your Stored procedure in your Management studio if it's a Sqlserver/Sql developer if it's a Oracle DB.

Later you can integrate it to your code.
 
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