Cat
Member since Dec 11, 2008
- Profile: /members/2293-cat.htm
- Comments: 2
Recent Blog Comments By Cat
-
SELECT TOP And ColdFusion Query Of Queries
Posted on May 5, 2008 at 11:11 AM
Thank you for the post - and the answer! I was encountering the exact same issue, and didn't even think to look at maxrows! Danke, dahling! Best wishes, Cat... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Apr 25, 2008 at 2:57 PM
I'm having issues with running queries of the sheet queries. For instance, I have: <cfset qUsers = arrSheets[ intSheet ].Query > <!--- User must be unique ---> <cfquery name="qErr1" dbtype="query"> SELECT column1 as email FROM qUsers </cfquery> This gives me... read more »