"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?
--
D. Richard Hipp <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------