E
Earl
I haven't seen this dataset fill syntax used very often and couldn't find it
in the MSDN (found it in a response to replacing TOP), so I'm curious if
this is zero-based or 1-based, and what the integer arguments represent. Am
I filling row 1 to row 1?
da.Fill(ds, 1, 1, "dt")
in the MSDN (found it in a response to replacing TOP), so I'm curious if
this is zero-based or 1-based, and what the integer arguments represent. Am
I filling row 1 to row 1?
da.Fill(ds, 1, 1, "dt")