I never have worked with MySQL but I know with other databases I would strip off the CreateODBCDateTime() and it works fine. Does MySQL not have a function for the system date/time? I usually make that the default value for any timestamps and then if updating to it I just set to the function.
On 2/9/06, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > DateTime=<cfqueryparam cfsqltype="CF_SQL_TIMESTAMP" > Value="#CreateODBCDateTime(Now())#"> > > I'm getting a data conversion error...the MySQL DB field is > a timestamp field and > this line is from an update query... > > Rick > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231854 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

