I have done this in a few instances and it works great. I agree it's not a best solution, but it is a solution.
M!ke -----Original Message----- From: Ken Auenson, II [mailto:[EMAIL PROTECTED] Sent: Sunday, October 16, 2005 3:29 PM To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours One thing you could do, is to break your big string into smaller sizes that will fit into the varchar(8000) columns, and have as many columns as necessary... you could then have CF join the columns back together. Not the "correct" way to do things, but it should work. -- Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221168 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

