Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Select Multiple Form Field via Perl into Oracle error
[ Simmo wrote:
> my $sql = qq{ $SQL1 };
> my $sth=$dbh->prepare( $sql );
> $sth->execute();
A check you can do here is to print $sql before it is passed to prepare(). If prepare() complains then hand over this query string ( without the enclosing quotes if any ) to SQLplus and see what error it complains about. -- Received on Wed Aug 25 1999 - 19:07:28 CDT
![]() |
![]() |