Ask a Question related to Coldfusion Database Access, Design and Development.
-
wfears #1
date type in MySQL
i store date in a mysql database, the data type is DATE in mysql which store
the date in the format yyyy-mm-dd if I run a query with ColdFusion it will
return that data as a time stamp. I don't understand why, for example {ts
1942-10-01 00:00:00'} why is ColdFusion change the data, this same data is
stored as 1942-10-01 in MySQL. Does ColdFusion some how know the data type
MySQL is using to store the data?
wfears Guest
-
Type mismatch in Date
Hi! I have a problem with my vbscript code... my database is a access 2000 db. here is the code Im running: ... -
PHP Date into MySQL
Hi, I have the following script that is installed to obtain the date 7 days into the future and display 1 weeks worth of dates (minus Sunday). I... -
Consuming asp.net web service with arguments (of type Date)
Here is my problem: Would like to consume web services (ASP.NET in IIS) from within Flash MX 2004. The consumption of all web services work fine,... -
php and mssql 's date type
hi, I fetch a row from an MSSQL db with a field that's of type date. I'm returned i.e. Oct 15 2003 12:00AM. code: $test =... -
Date type
Use this format for the datestring: 'yyyymmdd' No spaces, slashes, dashes etc. and it will never get confused. -- Andrew J. Kelly SQL... -
BKBK #2
Re: date type in MySQL
I can see your point. Alas, we have to live with that. Same thing as the English
writing 0.05 and the French 0,05. MySQL, MS SQL, Oracle,
Coldfusion, etc. each has its own preferred default way of storing dates and
times. That is why there are so many formatting functions for dates and times.
BKBK Guest



Reply With Quote

