Peter Hircock wrote:

> Summary of email sent earlier:  Skipping the error step saves 3min in a 5
> minute process,  where it would take < 1 sec if data was returned.
>
> my $rs = $cxn->Execute("...");  # Takes 0:54 sec
>   $_->Description, "\n" for Win32::OLE::in( $err ); # Takes 3:00
>   $err->Clear;             # Takes 0:54 Sec

That aren't the numbers normally included in marketing flyers ;-)
Thanks for running these tests, Peter! I'll try to save you at
least the 3 minutes.


Steffen

Reply via email to