On 1 Aug 2003 at 9:36, Ronald J Kimball wrote: > On Fri, Aug 01, 2003 at 03:27:47PM +0200, Andreas.Mock wrote: > > > Then, if I provide a null value as 'undef'(sure without quotes) to a > > bind variable the String 'null' gets inserted to the database table. > > But I want a real NULL value. I can't understand this behaviour. > > Show us your code. I suspect you are mistakenly combining > $dbh->quote() with placeholders.
Either that or he's putting quotes around the placeholders in his SQL, which would also be wrong. -- Keith C. Ivey <[EMAIL PROTECTED]> Tobacco Documents Online http://tobaccodocuments.org
