Pergunta

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...

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top