B
Brian Henry
when i have a dataset with 100,000 records (all new) and try to update it
back to the sql server 2000 database server it causes a application hang
(because it stops processing messages) until it is finished... is there any
way i can turn this update from the data adapter into a background process
in a thread so it doesnt do this? i tried putitng it into a thread and
didn't seem to do anything but the same thing as it did outside of a
thread... does anyone know of a way to keep the app from hanging while the
data set gets pushed back to the database? thanks
also is there any way to get the progress of an update back to the database?
a large update process like 100,00 records takes some time, i'd like to have
some show of progress on screen.. thanks!
back to the sql server 2000 database server it causes a application hang
(because it stops processing messages) until it is finished... is there any
way i can turn this update from the data adapter into a background process
in a thread so it doesnt do this? i tried putitng it into a thread and
didn't seem to do anything but the same thing as it did outside of a
thread... does anyone know of a way to keep the app from hanging while the
data set gets pushed back to the database? thanks
also is there any way to get the progress of an update back to the database?
a large update process like 100,00 records takes some time, i'd like to have
some show of progress on screen.. thanks!