本文介绍了为什么数据库没有刷新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在用c#win格式做代码。
创建我的数据库客户
是字段
cust_id,
cust_name,
cust_type,
cust_Address,
cust_Contact_No
after创建win表单,我将数据插入到它插入的数据库中,但同时我也更新了这个数据库,但它没有刷新。当时没有在组合框中显示当前条目。
关闭此解决方案后再次打开它将显示的解决方案。
i想要同时显示此数据库条目。
提前感谢。
i am doing code in c# win form.
create my database customer
is field
cust_id,
cust_name,
cust_type,
cust_Address,
cust_Contact_No
after creating win form and i am inserted data to the database it inserted but at same time i also update this database but it was not refresh. does not show current entry in combobox at the time.
after close this solution and again open this solution it will show.
i want to show this database entry at the same time.
thanks in advance.
推荐答案
这篇关于为什么数据库没有刷新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!