in reply to calling stored procedures in oracle
where 'iowa' is, obviously, just an example of a bind variable.my $rv = $dbh->do("begin foo_procedure(?); end;", undef, 'iowa') or die "Can't do: ", $dbh->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: calling stored procedures in oracle
by aDayLate (Initiate) on Mar 22, 2000 at 03:33 UTC | |
by Anonymous Monk on Mar 22, 2000 at 06:13 UTC |