Hi All, I am new Flex.... I have create a Application using ColdFusion/Flex Application Wizard. It working fine when i update and delete the records but when i try to install i am getting error (mx.rpc::Fault)#0 errorID = 0 faultCode = "Server.Processing" faultDetail = "Comparisons between 'CLOB' and 'CLOB' are not supported." faultString = "Unable to invoke CFC - Error Executing Database Query." message = "faultCode:Server.Processing faultString:'Unable to invoke CFC - Error Executing Database Query.' faultDetail:'Comparisons between 'CLOB' and 'CLOB' are not supported.'" name = "Error" rootCause = (null) Pls can any one help me out...... Thanks Ravi
Try to install? Also can you make a test page and run the CFC from a test cfm page it looks like your issue is SQL related.
hello paul, thanks for the response.. but i have type wrong message.. actually i have install it.. i am not able to insert the new record with ColdFusion/Flex Application Wizard... we are able to edit and delete the records but not able to insert the new record. can you pls help out....
Those wizards are OK but they don't teach you alot. How about checking out www.flexcf.com and https://admin.na3.acrobat.com/_a204547676/p23785014/ and start there. If you post up the code we can take a look but sifting through the generared CRUD Flex/CF code the FB makes it a bit difficult to follow.