Re: Passing args to Stored Procs in DBD::ADO

2001-03-30 Thread David J. Iberri
I probably should include DBI and DBD::ADO versions too: I'm using DBI 1.15 and DBD::ADO 0.4 revision 1.19. My syntax for calling stored procs is exactly what's stated in Programming the Perl DBI: my $sth = $dbh->do("{call ClsAct_getSA('01F')}"); except, of course, that the docs say that passing

Passing args to Stored Procs in DBD::ADO

2001-03-30 Thread David J. Iberri
Hi all, This seems like a very basic question that should have been asked/answered before, but I can find no reference to it in the dbi-users archives. My apologies if I'm ignorant of a previously-posted solution. That said, I'm trying to figure out how to pass parameters to stored procs with DB