Well I'm not sure what you mean by "done thru mysql". MySQL is the
RDBMS so all inserts into a MySQL table are "thru[SIC]" MySQL.
However, regardless of that, if you want to force a NULL, put a NULL
in there!
For TIMESTAMP, you can't. See:
http://dev.mysql.com/doc/refman/5.0/en/timestamp.html
Use DATETIME if you need a nullable column.
create table test (name text, dob date default NULL);
insert into test values('Ram',NULL);
--
Balwinder S "bdheeman" Dheeman Registered Linux User: #229709
Anu'z Linux@HOME (Unix Shoppe) Machines: #168573, 170593, 259192
Chandigarh, UT, 160062, India Plan9, T2, Arch/Debian/FreeBSD/XP
Home: http://werc.homelinux.net/ Visit: http://counter.li.org/