更新存储过程并重新创建表适配器 [英] Updating stored procedure and recreating table adapter

查看:86
本文介绍了更新存储过程并重新创建表适配器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道如何解释我的问题,但事情就是这样:

我添加了一列,从而更新了存储过程。之后,我重新创建了表适配器,但是我无法在数据列中找到更新的列。



我有办法解决这个问题吗?



谢谢

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

推荐答案

如果没有这里的代码,我说不出多少。



但是,您可能需要仔细检查是否已将存储过程实际添加到正确的数据库中。



如果你'检查,一切都很好,然后尝试从头开始删除和创建表适配器。如果这没有帮助,只需手动添加列(通过将其绑定到正确的输出列)。
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).


您使用的是什么数据库?

没有代码它真的是为了解决你的问题。



如果它是一个Sqlserver / Sql开发人员,如果它是一个Oracle数据库,请尝试在管理工作室中测试你的存储过程。



稍后您可以将其集成到您的代码中。
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.


这篇关于更新存储过程并重新创建表适配器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆