0
ループ配列sqldatareaderの結果をvarriableまたはtextboxに取り込む方法は? 私はここのような複数行のコードを、ベーステーブルといくつかの行を持っている:Sqldatareader複数行をテキストボックスに取り込む方法
enter link description here http://i66.tinypic.com/2ni5ocj.jpg
、どのように、ここのようにテキストボックスために移入するために:
enter link description here http://i67.tinypic.com/33vozr7.jpg
Dim cmd2 As New SqlCommand("Select * from SI where id_group='211'")
dr = cmd.ExecuteReader
While dr.Read()
'what is the right code for this case
End While
はありがとうございました