Pattycake245
Programmer
I have a cold fusion program that has a couple of calls to SQL. One is to add data the other is to add/modify. Both calls pass a "comments" variable from a form field. The add program may pass a comment like "it's a test". When this gets passed to SQL it goes through fine. If I use the same comment in the add/modify call it errors out saying that there is unclosed quotes, error occurs at "s". I am using cfquery to run both of these SQL stored procs. My senior and I can't figure out for the life of us why this would error out on one and not the other. Just wondering if anyone else has had this happen before.
Tim
Tim