Is there anyway you can make the SQL less dynamic and include
CFQueryParams... That usually takes care of apostrophe type stuff. But if
you cannot, I am not sure I have any ideas... Can you post the generated
SQL??

-ben
.......................
Ben Nadel 
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com

Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
-----Original Message-----
From: Denny Valliant [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 15, 2006 11:55 PM
To: CF-Talk
Subject: Query o Queries and apost's

While I'm thinking about it, has anyone seen a weird thing with QoQs, where
if you are using generated SQL (  like so:
 <cfquery name="qoq" dbtype="query">
   #someSQL#
 </cfquery>
)

You get strange extra apostrophes?  I say strange because doing <cfset
someSQL = replace(someSQL,"'","","ALL")> doesn't work, (there aren't any
extra apostrophes in the first place) but  <cfquery name="qoq"
dbtype="query">
   #replace(someSQL,"'","","ALL")#
 </cfquery>

does? I.E. the extra 's only get added within the <cfquery> tag?

(Pretend I have correct ordering of vars in replace ;-))

I think it just must be a brain-fart somewhere along the line... I haven't
seen anything like it via google, so I figure, it's on this end.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237896
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

Reply via email to