heh, that's a cute one... i guess cf dev team forgot about THAT band! what if you add a space after the band name in the db? i know, not a 'solution' solution, but may work for now... i can't think of anything off the top of my head to actually 'solve' this...
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Hansjoerg wrote: > I'm returning database records to a JavaScript Ajax Call formatted as JSON > object and it works perfectly - except the problem that if the string - value > "Yes" is set in a column, it will become to "true" in the output using > SerializeJSON. > > An Example: > > Source: > > | Artist (string) | Items (int) | > | Peter Gabriel | 17 | > | Yes | 3 | > > becomes > > | "Peter Gabriel" | 17 | > | true | 3 | > > How can we manage that every string is returned to the JavaScript as-is > without any modifications? > > -- Hansjoerg > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316691 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

