Windows CE 与 Windows Server 2003 的日期时间同步
我的应用程序(紧凑框架)在 Windows CE 上运行。 设备的“冷启动”会重置系统时间。 有没有办法将系统时间与 Windows Server 2003 (IIS) 同步或在 SQL Server 2000 上使用合并复制。 我在其中一个数据表中有一个计数列,用于计算当前时间,但不知何故无法将这一行添加到出版物中。
我知道有一种方法可以询问 SQL 服务器,但在我的情况下最好不要使用直接 sql 查询。
My application (compact framework) works on Windows CE. The "cold boot" of the device resets the systemtime. Is there any way to synchronize systemtime with Windows Server 2003 (IIS) or using a merge replication on SQL Server 2000.
I have a counted column in one of the datatables which counts current time but this row is somehow impossible to add to the publication.
I know there is a way to ask the SQL server but it's better not to use direct sql queries in my case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果服务器正在运行NTP时间服务器,您可以直接查询< /a>.
If the server is running an NTP time server, you can query it directly.