delphi
can i know what is the major differences of timestamp and datetime
in my MSSQL database i have data type timestamp
when i try to compile my delphi application error occur
i call record by doing this
fieldbyname('A').asdatetim
e;
is it wrong to use datetime here??
Start Free Trial