Please,
Send you query.

Meanwhile check:

   - Your query use index;
   - Your connection has close after query;



Jorge Flor
------------------------------------------------
http://br.linkedin.com/in/jorgeflor
http://underlineti.blogspot.com/
[email protected]


On Tue, Jun 1, 2010 at 17:43, 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.
>
> PS: Sorry for my crappy english XD
>
> --
> Bayushi Sanjiro (バユシ サンジロ)
> Scorpion Clan * Loyal * Unique * Samurai * Poison Master * Courtier *
> Imperial Historian
> ♠ Your secrets are safe with me...
>

Reply via email to