本文介绍了使用SqlDatareader在DataGridView中添加,编辑,删除记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我创建了一个DataGridView,它使用SqlDataReader从存储过程中提取数据.
如何启用插入,编辑,删除操作并将记录保存到数据库中?
谢谢.
Hello,
I have created a DataGridView that pulls out data from a stored procedure with SqlDataReader.
How can i enable insert, edit, delete actions and saving the records in the db?
Thank you.
推荐答案
这篇关于使用SqlDatareader在DataGridView中添加,编辑,删除记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!