在sql中更新表的返回值

在sql中更新表的返回值

问题描述:

我希望在更新,插入或删除数据库表时更新表单控件。

i我正在使用sql server 2005.

和vb作为前端。



Thnks问候,

Vishal Patil

i want to update the form controls when my database table is updated,inserted or deleted.
i am using the sql server 2005.
and vb as a frontend.

Thnks regards,
Vishal Patil



创建一个过程,它会更新控件。在此过程中写入更新代码。在更新插入删除按钮'点击 event 调用此过程



询问是否有需要帮助。
Hi,
Create one Procedure which updates your controls. write update code in this procedure. In update, Insert, Delete Button''s click event call this Procedure.

Ask if any help needed.