Hmmm.... Actually I wanted to use the PL/SQL select into statement to get
the resulting value into a variable... Probably have to use something like
"BEGIN...END" to indicate it is PL/SQL....
Thanks for your hint,
Peter
Hi
you can't bind table names etc., only values e.g.
my $sth = $dbh->prepare("select vtr_id into REAL_TABLE_NAME from
t_vertraege " .
"where vtr_nr=?");
Stu
- Re: Too stupid to bind a variable... :-( Peter . Bruhn
- Re: Too stupid to bind a variable... :-( Ronald J Kimball
