Menu

#11 Applicant Data

open
nobody
None
5
2005-07-21
2005-07-21
No

The scenario is like this:
When we add an applicant without filling and saving any
detail.
Then we try to login with this applicant we get an error:
Cannot convert value '0000-00-00 00:00:00' from column
14 to TIMESTAMP.

I have located the problem. Initializing the DB with this
time stamp '0000-00-00 00:00:00' . And when the query
is executed it returns an error.

Discussion