How can I get the today date from the server?
I have a client connected to a server and I wont to get the current date from it
To pass it to the database for security reasons.
another solution is that in sqlserver7 you can create a view for ex-name Viewgetdate where you write
select getdate() as toDate
now you can pick it with VB after connecting it with the Server. you can use a variable to take it from a recordset.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.