G
Guest
Hi,
1/
I inserted new data to the database using SQLDataAdapter. All data are
inserted, but the order of rows in db table is not identical with the order
in DataTable used for the batch update.
No sorting is made.
This occures when I insert more then 800 or 1000 rows.
2/
I tried to use ExecuteNonQuery in a loop also, and the result was the same.
If I inserted more rows then approximatelly 800, the row order in target
table has been changed.
Is it caused by some kind of caching? How to avoid this?
Thanks,
Lubomir
1/
I inserted new data to the database using SQLDataAdapter. All data are
inserted, but the order of rows in db table is not identical with the order
in DataTable used for the batch update.
No sorting is made.
This occures when I insert more then 800 or 1000 rows.
2/
I tried to use ExecuteNonQuery in a loop also, and the result was the same.
If I inserted more rows then approximatelly 800, the row order in target
table has been changed.
Is it caused by some kind of caching? How to avoid this?
Thanks,
Lubomir