Link to home
Start Free TrialLog in
Avatar of jlzhou
jlzhou

asked on

How to get server's time at client with Delphi?

I want to get database server's current date and time with Delphi programming.
I use Interbase 5 database.
Avatar of odessa
odessa

Try to use some Query or Stored procedure on server with
"NOW" and "TODAY" functions witch returns Date and time or only Date. Let the force be with you.
Avatar of jlzhou

ASKER

How to use Query or Stored procedure on server to
get server date and time? thanks.
ASKER CERTIFIED SOLUTION
Avatar of jlzhou1
jlzhou1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial