<cfquery name="update" datasource="dotnet" dbtype="ODBC">
        update dt_lender_xml
        set done = '1',
        time_processed = #now()#
        where uuid = '#uuid#'
</cfquery>

I upgraded a server running some simple proceses from cf5 to cf7 and the
uuid is a type uniqueident in sql2000.  Works fine in 5 throws an error of
"ByteArray objects cannot be converted to strings " in 7.  Is there a work
around?

R Kvamme



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241395
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

Reply via email to