Database Interface Wizard

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.
 
K

Kathleen Anderson [MVP - FrontPage]

Modify the query in the gray-colored code and save your changes while you're
still in Code View.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top