■29822 / ) |
Re[2]: SqlCommandBuilderによるデータ更新について |
□投稿者/ やじゅ (860回)-(2008/12/15(Mon) 16:32:38)
|
> ■No29818 (KEI さん) に返信 >
SqlCommandBuilderをForの上に移動してみるとどうでしょう?
scb = New SqlClient.SqlCommandBuilder(da) For i = 0 To dr.Length - 1 dr(i).BeginEdit() dr(i)("F") = 1 da.Update(ds, "顧客") Next
|
|