in reply to Execute stored procedure with freetd
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.
|
|---|