|
||||
sybperl-l ArchiveUp Prev Next
From: "Cobb, Thomas" <TCobb at lehman dot com> I can't manage to get return codes back using $dbh->{RC} in CTlib.
I want to get return status back from stored procedures like
dbretstatus() in dblib.
for example
$dbh->ct_sql("sp_help banana");
print $dbh->{'RC'};
prints out -204. I was expecting 1 since banana doesn't exist.
|