G
Gummy
Hello,
I am connecting to an Oracle 9i database through ADO. I loop through the
rows and columns in Excel and pass those parameters to a query which returns
a single value and places it in the appropriate cell. This works fine, but
is awful slow and I have lots and lots of cells to fill.
My question is: Instead of pulling a singe value and placing it in the cell,
would it be faster to pull several values (a larger recordset) loop through
that recordset and place the values in the appropriate cell?
I don't know if the Seek method is faster on a recordset of several values.
Maybe it would be faster to drop the recordset into a tempory sheet and loop
through those values? Or is there a completely better way to do this?
Thank you in advance for any suggestions.
-Gummy
I am connecting to an Oracle 9i database through ADO. I loop through the
rows and columns in Excel and pass those parameters to a query which returns
a single value and places it in the appropriate cell. This works fine, but
is awful slow and I have lots and lots of cells to fill.
My question is: Instead of pulling a singe value and placing it in the cell,
would it be faster to pull several values (a larger recordset) loop through
that recordset and place the values in the appropriate cell?
I don't know if the Seek method is faster on a recordset of several values.
Maybe it would be faster to drop the recordset into a tempory sheet and loop
through those values? Or is there a completely better way to do this?
Thank you in advance for any suggestions.
-Gummy