当前位置:编程学习 > C#/ASP.NET >>

用sqldatareader读出来的数据怎么样加载到dataGridView1

            SqlCommand thiscommand = newconn.conn.CreateCommand();
            thiscommand.CommandType = CommandType.StoredProcedure;
            thiscommand.CommandText = "exec PFetchlosscomfirm 1 ," + " ";
            SqlDataReader thisreader = thiscommand.ExecuteReader();

后面应怎么加载到dataGridView1,还有就是要是删加载到dataGridView1中的某条记录是怎么操作了!!谢谢大家 --------------------编程问答-------------------- SqlDataReader 读取一条记录。
绑定用dataset --------------------编程问答-------------------- 我看书上说SqlDataReader读的数据速度好快,所以选择它,它不可以绑定吗?只能一条条的读吗?而我只需要读出来,不用编缉,只是有可能会有删除整条记录,我以为可以用SqlDataReader,这样效率高一点,不可以吗? --------------------编程问答-------------------- 去下个例子看下  或者直接baidu
--------------------编程问答-------------------- 去过了没有找到合适的!
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,