General discussion
October 7, 2002 at 09:15 PM
adel_ibrahim

Stord Procedure to Get SQL Server Date

by adel_ibrahim . Updated 23 years, 11 months ago

How can I get The server date in MSACCESS97 Form?
the follwing is a stord procedure I tried several time but I got nothing:

.SQL = “ALTER PROCEDURE GetServerDate AS DECLARE @Mydate DATETIME ” & _
“SET @Mydate = GETDATE() ” & _ “SELECT CAST(@Mydate AS varchar(11))”
.Execute
Is There is Some one can write to me The complete steps to get the server date on the access97 form.

This discussion is locked

All Comments