我对这个问题的理解是让client 和 server 是时间一致:<br>执行一个SQLselect getdate()返回服务器的当前时间DATETIME型的<br>var serverdatetime:tdatetime;<br> localsystemtime:tsystemtime;<br>然后DateTimeToSystemTime(serverdatetime,localsystemtime)<br>//将服务器返回的时间转化为DELPHI 调用WIN32 API的系统时间格式<br>SetLocalTime(localsystemtime)<br>//修改本机时间