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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS5 / Access97 date issue

Status
Not open for further replies.

paulcarey

Programmer
Jun 15, 2001
45
GB
I have an Access97 database storing dates in UK format.
I have an IIS5 server running an ASP page that drags dates from the database and uses them in SQL calls to drag out more info.

The server is set in UK format but when the date variable is passed as part of the SQL call it seems to magically decide to be US. ie 01/11/02 becomes 11/01/02 in the sql call?!

This isn't a display issue as I have no problem formatting for display.

I seems seems solely to be an issue with the variable in the SQL call.

Anyone had anything similar?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top