|
||||
sybperl-l ArchiveUp Prev Next
From: ZungNguyen <ZungNguyen at aol dot com> You can't reuse a command structure until you've processed everything returned
in it. You can call ct_cancel or use the following loop to close the command
structure:
while(($rc = $dbh->ct_results($res_type)) != CS_END_RESULTS) {}
Zung
|