
D4.DB Date 00=1900, 00<>2000
Quote:
> When I input date in dbGrid, for example 1.1.00
> then I take the full date 1.1.1900
> -
> How to make 2000 from 00 automatically?
> -
> Please give some examples.
> -
> My DB is SQL Anywhere 5.5 , Delphi 4 C/S
> --
it's not Delphi problem.
MS SQL decide problem ->
if YearOfDate > 50 then it's 19xx year
else it's 20xx year
you must find fix for SQL Anywhere...