Quoting Tony Green <[EMAIL PROTECTED]>:
> > Your using 'INSERT INTO blah VALUES( 'blah','blah','');' and it > doesn't > work. Try 'INSERT INTO blah VALUES( 'blah','blah',NULL);' and see if > you get any better results. > > Maybe way off, but I don't think '' and NULL are the same thing (but > its > been a while since I played DBA - they wouldn't let me once they found > out my parents were married....) Yes, tried both previously. From what I read they are both NULL equal. I also read \n was too. But they all make no difference. Oh well I might implement it another way. No big deal after all. Thanks -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
