Eagle_f91 has asked for the wisdom of the Perl Monks concerning the following question:

I am using the DBI:ODBC moduel to connect to a DB to run procs. I ran accress the command bind_param_inout to get the output varible from the proc but the examples I found don't make any sense to me. Can anyone explain how that command is used? This is the example I found in the proctest2.pl file found in the DBD-ODBC 1.15 package:
$innerTestSth->bind_param_inout(1, \$queryOutputParameter, 30, { TYPE => DBI::SQL_INTEGER });

Replies are listed 'Best First'.
Re: Help understanding bind_param_inout
by Anonymous Monk on Apr 06, 2008 at 09:33 UTC
      Thanks I actualy just found that this monring. For some reason my orginals googling never brought that up.