Luke Bakken wrote:

I'll look into execute more() - this is my first foray into DBI
programming at all. Perhaps the stream output should be treated as a
single row, single column return set?

Perhaps. Or, because your data are returned from stored procedures,
it's time to implement bind_param_inout():

  <http://search.cpan.org/~timb/DBI-1.50/DBI.pm#bind_param_inout>

Can you provide a small, self-contained use case? Are stored
procedures the only way to select your data?


Steffen

Reply via email to