Can you post a more complete sample? include all the code necessary to set up
a connection and execute the query. What is the Database- SQL Server, or some
other?
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"(E-Mail Removed)" wrote:
> When i try to fill, it takes about 25 seconds, and the sql sentence in
> the analyzer only takes 1 sec.
>
> The sentence returns 60 rows and 32 columns
>
> sda.Fill(ds,"alojamientos");
> tabla = ds.Tables["alojamientos"];
>
> Anyone has the same problem ?
>
> thanks
>
>