Hi!
I've a litle problem I can't understand: I am running a rather complicated stored procedure (about 3-4000 lines) calculating some financial things. This procedure returns a result set of about 400 records (10 columns). If I'am running the query from query analyzer, I get the result set after 5 seconds. Doing the same through ADO causes something else: the result starts to come after 5 seconds but it lasts another 45 seconds to get all the rows. How can this be?
Iker
I've a litle problem I can't understand: I am running a rather complicated stored procedure (about 3-4000 lines) calculating some financial things. This procedure returns a result set of about 400 records (10 columns). If I'am running the query from query analyzer, I get the result set after 5 seconds. Doing the same through ADO causes something else: the result starts to come after 5 seconds but it lasts another 45 seconds to get all the rows. How can this be?
Iker