Smart? How so? -----Original Message----- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: 24 January 2005 22:58 To: CF-Talk Subject: RE: Need single quotes in SQL but is stored inside variable. - SOLVED
OK what I did what output the the original select into a #temp table then made a simple SQL select call to the #temp table that whay i do not have to escape any single quotes. Work smart not hard. -----Original Message----- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 4:46 PM To: CF-Talk Subject: RE: Need single quotes in SQL but is stored inside variable. Have you tried it? I think it will work. Ade -----Original Message----- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: 24 January 2005 22:33 To: CF-Talk Subject: RE: Need single quotes in SQL but is stored inside variable. Nope that does not work, rember I need the single quotes in the statement. -----Original Message----- From: Cynthia Reece [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 4:30 PM To: CF-Talk Subject: RE: Need single quotes in SQL but is stored inside variable. Can't you escape the single quotes like so? @QUERY= 'SELECT email FROM table WHERE donotemail = ''Y''' ~Cynthia -----Original Message----- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 5:25 PM To: CF-Talk Subject: Need single quotes in SQL but is stored inside variable. I need to write out a SQL statement to a string and set it to a varible inwhich i can call it from the EXEC() command. However in my SQL state ment I have to use single quotes for string criteria for example : SELECT email FROM table WHERE donotemail = 'Y' But what I have to do is take that exmple and set it to a variable like so: @QUERY= 'SELECT email FROM table WHERE donotemail = 'Y'' How do I escape the single quotes around the Y? This is being done inside a stored proc in SQL2K. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware: 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:191659 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

