Ask a Question related to Coldfusion Database Access, Design and Development.
-
plaustrum #1
Numeric values
Hi
I have a form which updates a ms access database with product descriptions and
values associated with the record. In this case the values are a decimal number
10.99 for example.
The ms access database field is set up as a fixed integer with 2 deciimal
places
The cf form submits the data as text but seems to strip off the decimal place
digits, so uploading 10.99 puts just 10.00 into the data field.
The action to insert the code is simply <cfinsert ....etc>
Any ideas - or am I missing the obvious?
Thanks
plaustrum Guest
-
Getting the values of a series of numeric steppers
I've got a form with a series of form items like: <mx:FormItem> <mx:HBox> <mx:CheckBox id="c0" width="{colW}"... -
How to convert timestamp values to numeric (SQL70)
Pedro, How big is your numeric value? It sounds like an outside of range problem. Timestamp is 8 bytes, which means a pretty big number as a... -
Using Radio buttons/checkboxes to add values into numeric calculations
I currently have a set of simple calculations to determine square footage and multuply that by a dollar amount per foot. I use form fields that are... -
Enumerators - Replace Numeric Values with Text
Hi all, I have a column which looks like this: Status ID ========= 100 100 -
extraction of numeric values question (HELP)
Hi Folks, We are running DB2 UDB EE 7.2 on WIN2000. The project is migrating previous SQL Server 2000 to current DB2 Server using IBM MTK. It's a... -
BKBK #2
Re: Numeric values
To avoid confusion I would make the database column decimal type
and, in the insert statement, not use single-quotes around that data.
BKBK Guest
-
plaustrum #3
Re: Numeric values
Many Thanks
It was the database column that needed changing from integer to decimal.
Works fine now..
plaustrum Guest



Reply With Quote

