Ok, then, looks like you're going to have to use <cfqueryparams> because something in your evaluated data is causing your stuff to fail.
On Tue, 13 Aug 2002, Les Mizzell wrote: > :> Stick a <cfdump var="#thisID#"> before the cfquery and comment out the > :> cfquery. > > > It's returning a list of the ID fields like it should... > > 8 6 4 3 2 1..... What about the rest of the stuff, the comment? etc? Did you output those? If you have single quotes around the variable and there's another single quote inside the comment, you're going to get messed up. I'd invest some time into researching queryparams. -- ============================================================ Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ | Team Macromedia Volunteer for ColdFusion | http://www.macromedia.com/support/forums/team_macromedia/ | http://www.flashCFM.com/ - webRat (Moderator) | http://www.ultrashock.com/ - webRat (Back-end Moderator) | ============================================================ ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

