Database Interface Wizard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI

I have used the DIW to set up database editor ASP pages in frontpage 2003.
It all works OK but the dates are in US mm/dd/yyyy format and I want to use
UK dd/mm/yyyy throughout. I have set the Session.LCID = 2057 but this does
nothing.

I cannot amend the SQL query to include a Format on the dates because it
resets it back again with a message: "The contents of a Frontpage component
have been modified. These contents will be overwritten when you save this
page."

Any help would be much appreciated.
 
Modify the query in the gray-colored code and save your changes while you're
still in Code View.
 
Thankyou for the quick response.

It works. I was trying to edit the VBScript fp_sQry=...

--
Many Thanks
Terry


Kathleen Anderson said:
Modify the query in the gray-colored code and save your changes while you're
still in Code View.
 
Back
Top