The problem here is: Whenever i insert a date in my sql server database it takes it as 1/1/1900 regardless of whatever date i specify and when queried from the front-end(java) it returns it as 1/1/1899 could anyone please help me out thanks ------------------
narayana satish
Greenhorn
Joined: Dec 21, 2000
Posts: 25
posted
0
Please check out whether it may be default date.Because some one might have created the default constraints in the date. You can check with some other way, i.e., create your own table with the date field and try to enter into that.