On Tue, Jun 1, 2010 at 3:43 PM, Sammael <[email protected]> wrote:
> Hello!
> My application uses this code to create datatables:
>
>
> private static DataTable GetAdapterData(DbDataAdapter dataAdapter) {
>    DataTable dataTable = new DataTable();
>    try {dataAdapter.Fill(dataTable);}
>    catch  {}
>    return dataTable;
>
>
>
> Some reports are create on DataTables generated by this code, but in a
> procidure, I create 2 different Datatables. One of then, I got this
> MySqlTimeout Except. I Already tried to create only the "broken" datatable
> but I still have the same problem.
> I already tested the query in MySql Browser and it works just fine.
>
--------------------------

Could it be a rights issue, that you do not have rights via the user
in .NET and you use another in MySql Browser?



-- 
Stephen Russell

Sr. Production Systems Programmer
CIMSgts

901.246-0159 cell

Reply via email to