Ask a Question related to Dreamweaver AppDev, Design and Development.
-
tim-p #1
SQL Server & international date formats
Here we go again...... I have been developing an asp app using a SQL Server DB
on my test server in the UK. All formats are set to be UK formats, dd/mm/yyyy
etc, and all is cool. All searches involving dates find the correct events, all
date inserts work fine and display correctly. Now I have to put it up on a
public webserver in order for the client to play with it - in my case a
Fasthosts server. Still in the UK, you would think everything would be OK.
Nope, all the fields involving dates throw an error on submit: Microsoft OLE
DB Provider for SQL Server error '80040e07' The conversion of char data type
to smalldatetime data type resulted in an out-of-range smalldatetime value.
All searches find the wrong results. I have tried putting LCID=2057 in my
connection page, so that it is an include in every page in the site. Still
wrong. Because this site is only temporarily on the public server I don't
really want to do wholesale re-writes. Anybody got any ideas for a
work-around?
tim-p Guest
-
Dreamlettes Calendar Extension - Date Formats
Hi Everyone, I've just installed the Dreamlettes Calendar extension and I'm having a few problems with date formats. I'm in the UK however, the... -
date formats
hi i am working with uk date formats (dd/mm/yy) however the server the site is hosted on is in the us(mm/dd/yy) format i am using the following... -
Handle multiple input date formats?
I have a date input field and I want to be able to handle 3/22/04, 22-mar-04, March 22, 2004, etc. I looked through the Module List and there are... -
Converting Date Formats?
Howdy! I have some dates in a MySQL database that are in a 'Y-m-d' format. Is there a way to have PHP read these dates and convert them to a... -
Date formats in webpages
I am new to using ASP and am trying to develop a site for the band I am a member of. The data for our bookings is held in an Access database and I... -
tim-p #2
Re: SQL Server & international date formats
Another symptom. All the dates display correctly on the page. It is just where they are searched or inserted/updated that the problems arise.
Aaaaargh!
tim-p Guest



Reply With Quote

