Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Server Date in Var for SQL Lookup

Status
Not open for further replies.

lloydanderson

IS-IT--Management
Joined
Sep 26, 2001
Messages
21
Location
US
Hello;

I am very new to ASP and Databases - I am trying to get today's date for an ASP Page - The SQL statement is used in a query to an Access97 database. I would appreciate any help.

Thank you
 
It's been awhile since I have been in Access but I think the funtion is now(). In SQL it is getdate().
 
access code = Date()
asp code = Date

at least that is what i use
 
Thank you both - The solution worked perfectly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top