If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
A date is a three-part value (year, month, and day). The range of the year part is
0001 to 9999. The range of the month part is 1 to 12. The range of the day part is 1
to x, where x depends on the month.
There is no such date range limitation in accepting the data data type in DB2. Some thing to do with the application code. Take a look into it closely.
more important,
show the create table statement and the system defaults for your date column,
the INSERT SQL used to add a row,
and any UPDATE SQL against the column.
more important,
show the create table statement and the system defaults for your date column,
the INSERT SQL used to add a row,
and any UPDATE SQL against the column.