Single quotes to double quotes

2002-06-14 Thread Stephen Judd
'',''Cheshire'')) The cfquery piece is: ((towncounty.county) IN (#attributes.county#)) I know the query is okay, because I can hardcode ('Belknap','Carroll','Cheshire') and it works. Why are the single-quotes turning into double-quotes when I run the query? Thanks, SJ

Re: Single quotes to double quotes

2002-06-14 Thread Jerry Johnson
know the query is okay, because I can hardcode ('Belknap','Carroll','Cheshire') and it works. Why are the single-quotes turning into double-quotes when I run the query? Thanks, SJ === Stephen Judd, Local Area Network Manager University of New Hampshire

Re: Single quotes to double quotes

2002-06-14 Thread Stephen Judd
'',''Carroll'',''Cheshire'')) The cfquery piece is: ((towncounty.county) IN (#attributes.county#)) I know the query is okay, because I can hardcode ('Belknap','Carroll','Cheshire') and it works. Why are the single-quotes turning into double-quotes when I run the query? Thanks, SJ