in reply to getting output from stored procedures?

Output parameters of stored procedures are sent as a special resultset in the tds stream to the client.

DBD::Sybase and freetds should be able to manage output parameters.

The DBD::Sybase documentation has a good explanation on how to use output parameters of stored procedures.

  • Comment on Re: getting output from stored procedures?