문제

I just updated the stored procedure by adding one more column then i went to table adapters and recreate the table adapter but the updated column wont appear in data columns.. How can i fix this issue? Please Help...

도움이 되었습니까?

해결책

It would be good if you can paste some code here so we can provide better assistance.

For a start just make sure you committed changes to your stored procedure, that you added procedure to the correct database and such.

If that’s working fine try deleting and creating adapter again from scratch. If that still doesn’t work you can always add column manually and bind it to appropriate output column.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top