Ask a Question related to Coldfusion Database Access, Design and Development.
-
bluedart #1
Using the interval data type
I'm using a query that returns a value as an 'interval' data type. When I run
that query through CF only an [empty string] is returned. I've tried casting
the value as an integer, but that threw an error.
Any ideas as to how I can use a value with the data type of interval in CF?
Thanks.
bluedart Guest
-
Converting from data type varchar to data type money
Hi all, Tearing my hair out trying to figure this out. If anyone can provide any help i would greatly appreciate it. When I try to do an insert... -
Converting data type varchar to data type money
Hi all, Tearing my hair out trying to figure this out. If anyone can provide any help i would greatly appreciate it. When I try to do an insert... -
to_char(interval, text) deprecated in future - how do we getconsistent interval output without it?
I saw the note in the docs that to_char(interval, text) is deprecated, and will be removed. I searched the archives and saw more mentions of this,... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
mxstu #2
Re: Using the interval data type
What database are you using? Did you check your driver documentation to
determine whether it supports the "interval" data type? You might also want to
try casting the value as a varchar, just for grins.
mxstu Guest
-
bluedart #3
Re: Using the interval data type
I'm using Postgres 7.4. but have changed my thinking and fixed the problem.
Rather than have the database process the age of the record, I'm doing the
processing in ColdFusion. From what I can tell it is working fairly accurately.
Thank you for responding!
bluedart Guest



Reply With Quote

