Hello,

I have an application connected to a database when I execute a query
(SqlCommand/SqlDataReader).

When I execute my application impossible to move the form during query
execution.

I tried to implement BeginExecuteReader and EndExecuteReader but no change.

Do you have an idea ?

Regards,

Re: Application freeze during query by Gabriel

Gabriel
Fri Mar 14 09:50:22 CDT 2008

Sorry, I think I found.


> I have an application connected to a database when I execute a query
> (SqlCommand/SqlDataReader).
>
> When I execute my application impossible to move the form during query
> execution.
>
> I tried to implement BeginExecuteReader and EndExecuteReader but no
> change.
>
> Do you have an idea ?
>
> Regards,