Server time

Frank Schima macsforever2000 at goodeast.com
Wed Mar 23 19:19:20 CST 2005


Hi Ralf,


> I can't find a hint in the docs, so I just ask.
>
> Not all users of a Client/Server-Solution may have the same time, if 
> they are not in sync with a time server. So it could be useful to have 
> something like a "CurrentServerDateTime". Does a property like this 
> exist?

You have to use SQL.

    SELECT now()

alternately,

    SELECT getdate()


Best regards,
Frank Schima



More information about the Valentina-beta mailing list