Posted by zorro on 06/26/06 12:33
Greetings,
My database was inserting NULL for empty strings so I changed the field
definition with this query:
ALTER TABLE `myTable` CHANGE `myUrl` `myUrl` VARCHAR( 255 ) NOT NULL
DEFAULT ''
No error was reported following the query and yet I still get NULLs on
insertions.
Any ideas?
[Back to original message]
|