![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Execute stored procedure with freetdby Belgarion (Chaplain) |
on May 19, 2004 at 18:22 UTC ( [id://354709]=note: print w/replies, xml ) | Need Help?? |
rows() returns the number of rows processed (if available, else -1.) That's taken from the DBI module's documentation. You likely want to use one of the fetchrow_* functions to actually retrieve any information the IBW_WebAuth procedure may return.
In Section
Seekers of Perl Wisdom
|
|