sybperl-l Archive
Up Prev Next
From: David C Worenklein <dcw at gcm dot com>
Subject: DBlib: telling if there are more rows pending, w/o blocking
Date: Jan 6 1999 4:29AM
I'm calling dbresults, then a bunch of dbnextrow's, but I don't want
to block.
I use dbpoll to tell me if there's data waiting for me. The problem
is, after I get the last row, dbpoll returns TIMEOUT, so I don't know
if I'm done with this result set, or if I'm just waiting for Sybase to
come back.
Is there a DB_ARE_THERE_MORE_ROWS_IN_THIS_RESULT_SET call?
Thanks.
|