Re: [sqlite] NOT NULL in create table command not work

2006-05-24 Thread Will Leshner
On 5/23/06, Nguyen Dang Quang <[EMAIL PROTECTED]> wrote: But my application still insert emty string into DIRECTORY field An empty string? Or NULL? There is a difference.

[sqlite] Re: - [sqlite] NOT NULL in create table command not work

2006-05-23 Thread rbundy
Are you confusing a NULL with an empty (zero length) string? They are not the same. Regards. rayB |-+> | | "Nguyen Dang | | | Quang" | | | <[EMAIL PROTECTED]| | | m>