Community Member Profile
- Profile: /members/253-JD.htm
- Comments: 3
- Points: 1
Recent Blog Comments By JD
-
Ask Ben: Streaming Binary Data From The Database (BLOB) To The User Using ColdFusion
Posted on Jun 30, 2008 at 12:58 PM
What about caching? We were serving photos from our DB using a similar method, but decided to switch back to storing the images in web accessible directories. In my head at the time (i'll admit i tend to make assumptions without proper study), I assumed our method did not cache the image. If y... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Mar 6, 2008 at 10:11 AM
Whoops...figured it out. Forgot you had to reference the current row of the loop: (r = current row, c = current column) #objSheet.Query["column#c#"][r]# Thanks again.... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Mar 6, 2008 at 10:00 AM
Like what I've seen so far with your POIutility.cfc...thank you for creating it! My question is: How can you dynamically reference the columns without using EVALUATE? (c = loop index) this works: #evaluate("objSheet.Query.column" & c)# this errors: #objSheet.Query["co... read more »



