On Jan 29, 2008 11:01 AM,  <[EMAIL PROTECTED]> wrote:
> "Lee Crain" <[EMAIL PROTECTED]> wrote:
> > I've created a table with several fields, 3 of which are created using
> > these SQL statements:
> >
> > [description] [varchar](255) NOT NULL DEFAULT ('') COLLATE NOCASE,
> >
> > [keywords]    [varchar](255) NOT NULL DEFAULT ('') COLLATE NOCASE,
> >
> > [metadata]    [varchar](255) NOT NULL DEFAULT ('') COLLATE NOCASE);
> >
> > __________
> >
> > Subsequent data insertions of empty strings produce the following data:
> >
> > (null)|(null)|(null)
> >
>
> I am unable to replicate the problem.  Are you sure you don't
> have a bug in *your* code?

It looks to me like he is passing a null pointer to printf.

-- 
Cory Nelson

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to