Ask a Question related to Macromedia ColdFusion, Design and Development.
-
rapcgtiac #1
Date/Time format with MS Access & CF
Does anyone know of any workarounds regarding date/time format between MS
Access and ColdFusion?
Right now I have to set a column in my Access database as text for data in it
to be displayed on my web site. When the column is set as date/time I get an
error when trying to display it with CF on my web site. Help!
rapcgtiac Guest
-
date/time format
Guys, I have this format from my db: Thu Oct 25 08:57:54 2001 and I want able to convert it to mm/dd/yyy :hh/mm/ss. I tried this but it didn't... -
DW date & time format
Hi does anyone know how do i check for dreamweaver date & time format??? -
Time/Date format and changing time to GMT
Hi All, Sorry if this is the wrong newsgroup to post into, on this topic, if so, please point me in the right direction..... Currently working... -
Nautulus: time/date format change ?
I run RH9 with Gnome / Nautilus. I am irritated by the time/date format in Nautilus. like : " Wednesday, July 9 2003 at 10:44:14 PM " ! Does... -
Date/Time Format?
No, not directly, you'd have to write your own proc / function. You could use this as a base: http://www.aspfaq.com/2460 So it might be... -
-
rapcgtiac #3
Re: Date/Time format with MS Access & CF
The error is: "Data type mismatch in criteria expression"
I looked up the error explanation in Dreamweaver and this is what it says:
"This error occurs then the server tries to process a page containing an
Insert Record or Update Record server behavior, qand the srver behavior
attempts to set the value of a Date/Time column in a Microsoft Access database
to anempty string ("").
Microsoft Access has strong data typing; it imposes a rigorous set of rules on
given column values. The empty string value in the SQL query cannot be stored
in an Access Date/Time column. Currently, the only know workaround is to avoid
inserting or updating Date/Time columns in Access with empty ("") or with any
other value that does not correspond to the range of values specified for the
data type."
The thing is that I am not inserting nor updating a Date/Time column, but
rather trying to view info from a Date/Time column using CF.
rapcgtiac Guest



Reply With Quote

