Good Morning All! Having issues parsing a WDDX recordset pulled from an Oracle database. The recordset was created within JavaScript using the WDDX.js, and then passed to a CF page that inserts it into an Oracle Database. We ran into a size issue inserting the record, even though it appears there should have been no problem with the string length, and needed to insert the record with <CFQUERYPARAM VALUE="#requestData#" CFSQLType="cf_sql_longvarchar">. We had tried CLOB in the CFSQLTYPE but that didn't work. The issue being, we are in the process of migrating from CF5 to 7. When pulling the recordset back in 5, there is no problems. When trying to pull back the recordset created in 5 to 7, there is an error that occurs when the <cfwddx wddx2cfml is called saying it is an invalid WDDX packet. Outputting the datafield and viewing the source with Notepad++, I see that there is a "Null" in a black circle right after the closing wddxpacket.
When I run the test on the CF7 server, creating the recordset with the same code, it appears to works both on the cf7 and 5 servers. Any thoughts on how to have the recordsets in 5 work after migration? Thanx! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267707 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

