sorry about that, my application.cfm does actually use the
correct format
<cfparam name="client.colour" default="blue">
I'm still getting the problem - does anyone else use MS
Access 2007 ? When I look at the database it's storing "blue" but
when I'm changing the value in another page with <cfset
client.colour="red"> its not storing this change in the access
database
I've tied upgrading CF from 8.0 to 8.01 with still no joy
I read Adobe's advice on a lack of Access 2007 driver, and
used the ODBC socket instead but still no joy
Is there anything in my cfapplication that could be messing
around ?
<cfapplication
name="Catalogue"
clientmanagement="Yes"
sessionmanagement="Yes"
setclientcookies="Yes"
sessiontimeout="#CreateTimeSpan(0, 0, 360, 0)#"
applicationtimeout="#CreateTimeSpan(0, 0, 360, 0)#"
clientstorage="cfclientstore"
loginstorage="session">