F
Frank Uray
Hi all
I have a little application with one MdiContainer Form
and one thread filling a DataTable with large amount of data
from a SQL Server database.
When I use
SqlDataAdapter.Fill(local_DataTable);
or local_DataTable.Load(local_SqlDataReader);
it blocks sometimes my application.
Does anybody knows why this happens
and if there is a better solution ?
There are no cross-thread calls at all.
Thanks a lot and best regards
Frank Uray
I have a little application with one MdiContainer Form
and one thread filling a DataTable with large amount of data
from a SQL Server database.
When I use
SqlDataAdapter.Fill(local_DataTable);
or local_DataTable.Load(local_SqlDataReader);
it blocks sometimes my application.
Does anybody knows why this happens
and if there is a better solution ?
There are no cross-thread calls at all.
Thanks a lot and best regards
Frank Uray