Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Select Multiple Form Field via Perl into Oracle error

Re: Select Multiple Form Field via Perl into Oracle error

From: Makarand Kulkarni <makkulka_at_cisco.com>
Date: Wed, 25 Aug 1999 17:07:28 -0700
Message-ID: <37C4853F.8B788040@cisco.com>


[ 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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US