On Wed, 5 May 2004, McMahon, Chris wrote:

>
> Actually needs the text "NULL". "undef" doesn't work.  Apologies-- I
> hope somebody else needs this information someday.

>
> $sql = qq{INSERT INTO table VALUES ($port,333,,,0); $sth =

 Hi Chris, better/easier use this:

 $SQL="INSERT INTO table(field1, field2, filed3)
                  values(value1, value2, value3)";


---
Dani Pardo, [EMAIL PROTECTED]
Enplater S.A

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to