I need to call a stored proc (Sybase) from Perl using DBI. The stored proc will pass back a return code (0 or 1). I can't see how this is done...all the examples I see in the O'Reilly DBI book reurn rows from a stopred proc not a return code.
Does anyone have some sample code (both the stored proc code & the Perl code) of how to do this?
Thanks, Pat
Does anyone have some sample code (both the stored proc code & the Perl code) of how to do this?
Thanks, Pat