Hi, I am wondering if anyone has came across similar problem when using cfquery and cfqueryparam with list. If my list is more than 2000 elements, it fails.
<cfquery name="testLoop" datasource="dsn"> SELECT * FROM table WHERE the_id IN (<cfqueryparam value="#valueList(list.the_id)#" cfsqltype="CF_SQL_INTEGER" list="true" />) </cfquery> Thanks for your help! Leroy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
