> The CFX tag works fine if the DLL is from the "win32
> debug" build. However if I take a 'Win32 Release"
> build, I get an error if the number of rows in the
> query are greater than 999. For 999 rows or less it
> works fine.
>
> Does anyone know which build we should be using.
> Release or Debug.. I would beleive it to be the
> 'Release' build... but that one throws an error for
> row count > 999
Release... unless you're debugging. :)
Never ran in to this problem. I wrote a clone of CFDIRECTORY that emulates
the SORT parm directly against the pQuery data. I don't recall any issues
coming up with large folder listings. And that did considerable
manipulations of them.
So... it's probably in your code I would hazard a guess. The debug version
is probably insolating you from the problem (stack or buffer overrun most
likely).
Min hestitates to suggest mailing him of a copy of the code to look at. :)
--min
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists