Is it possible that my host has a newer version of ColdFusion
that no longer likes my syntax? (I haven't heard back from them
yet.)
About 5 or 6 years ago, I learned just enough ColdFusion to
build an art gallery for my brother.
If we're remembering correctly, when using an artwork
information edit page that I built, he could leave the dimension
and price fields blank, but now any one of those fields without a
number gives an error message:
Error Executing Database Query.
Data truncated for column 'price' at row 1
The error occurred inD: \artist6_uploadProcess.cfm: line 122
120 : itemID = '#form.itemID#'
121 :
122 : WHERE productID = #form.productID#
123 : </cfquery>
124 :
SQLSTATE 01000
SQL UPDATE products SET price = '', priceFramed = '',
productHeight = '', measureSymbolHeight = 'inches', productWidth =
'', measureSymbolWidth = 'inches', productDepth = '',
measureSymbolDepth = '', productMaterials = '', productInfo = '',
itemID = '550' WHERE productID = 387
VENDORERRORCODE 1265