Hi All,
I have problem with sqldatareader. I try to populate several data using SqlDatareader, but data which contained in datareader always skip one row.
For example : there are 3 row selected, but if i try to count using sqldatareader.read() or For...next statement always counted only 2 row.
Why ? How do i do ?
I have problem with sqldatareader. I try to populate several data using SqlDatareader, but data which contained in datareader always skip one row.
For example : there are 3 row selected, but if i try to count using sqldatareader.read() or For...next statement always counted only 2 row.
Why ? How do i do ?