From: "M.W. Koskamp" <[EMAIL PROTECTED]> To: "Condle, Joseph P" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 13:41 Subject: Re: Web Based Form with DBI
> >Vilolated (DBD ERROR: OCIStmtExecute at insert.pl line 77 > ViLolated? where did that typo come from?? > Check you column types. Try to bind the the params without a type, but quote > the values: > > $sth->bind_param(1, $dbh->quote($ssn)); > etc... no, No, nO, NO. Use either bind_param() or use quote(), ___NEVER___ both. Bind_param() is generally _much_ more efficient.
