Dwayne Cole wrote: > when i insert a value like: > > resources\images\testing.jpg > > into my mySQL database, the \ disappears. It worked fine in access.
You have not enabled the "NO_BACKSLASH_ESCAPES" SQL mode. (While you are at it, go for full ANSI mode.) > ps > the field type is mySQL "text" field. In Access the field type was memo. > > i'm not using a cfqueryparam Using cfqueryparam would fix this too. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269880 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

