Connection String - Coldfusion Administrator
Is it possible to have more than one connection string parameter setup in CF8????
CF Admin only lets me do one or the other but not both. I need to set both of the following...
jdbcCompliantTruncation=false
zeroDateTimeBehavior=convertToNull
I tried many options. Finally CF8 Admin let me do this... connectstring="jdbcCompliantTruncation=false;zeroDateTimeBehavior=convertToNull" but it didn't fix the error in my app.
I can pick the error I like better but that is hardly a solution. Can someone please help???
