一句代码得到SQL SERVER时间的函数
类别: 数据库教程
Function getServerTime() As Date
getServerTime = CDate(CurrentProject.Connection.Execute("SELECT GETDATE()")(0).Value)
End Function
getServerTime = CDate(CurrentProject.Connection.Execute("SELECT GETDATE()")(0).Value)
End Function
- 上一篇: 17种正则表达式
- 下一篇: 如何设置ACCESS2003(运行时)的宏安全性级别
-= 资 源 教 程 =-
文 章 搜 索