----- Original Message -----
From: "Tim Bunce" <[EMAIL PROTECTED]>


> Can you point me to a reference that shows close() doing exactly
> what finish() does?

I can't say for sure its exactly the same, but it does remind me of Informix
where
you might say:

open some_cursor using some_bind_variable, and_maybe_another
fetch some_cursor into some_variable, and_maybe_another_variable
close some_cursor

then again, maybe you could rename it 'im_all_done_fetching()' :-)

-Douglas Wilson

Reply via email to