here is my INSERT Statement: ("INSERT INTO STUDENT (FNAME,LNAME,EMAILADDRESS,DATE) VALUES ('LName','FName','email@server.com','{0}')",DateTime.Now.ToShortDateString()); using ODBC, this operation add a new record but the DateTime field is NULL... any ideas why...