make sure the datatype is a varchar (varchar2 if oracle) and that it is long enough.
you'll need single quotes around it ----- Original Message ----- From: "Gregory Harris" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, December 15, 2001 1:30 PM Subject: Unique ID Help > Ok, say I have a given Unique ID: > > CFE4734A-CEA8-48BE-9D64-88FCBB7E2688 > > That needs to be inserted into a database like so perhaps: > > INSERT INTO ThisTable) > > (GUID Field) > > VALUES > > (CFE4734A-CEA8-48BE-9D64-88FCBB7E2688) > > > How do I get it into the GUID Field? I've tried with and without quotes and > have had no success. Thanks for your help! > > > Gregory Harris > [EMAIL PROTECTED] > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

