Re: cx_Oracle string problems...

2006-02-13 Thread Carsten Haese
On Mon, 2006-02-13 at 13:50, Carsten Haese wrote: > By using parametrized queries, you don't have to worry about any of the > supplied values requiring special treatment due to any quotation marks > or apostrophes that might they might contain. Add grammar corrections to taste. -Carsten -- htt

Re: cx_Oracle string problems...

2006-02-13 Thread Carsten Haese
On Mon, 2006-02-13 at 13:18, MooMaster wrote: > Lol, that was a copy paste error into the post on my part...but the > problem has been fixed. Turns out that there was a string.replace call > somewhere else in the code that replaced all single quotes with empty > strings, which thus caused the singe

Re: cx_Oracle string problems...

2006-02-13 Thread MooMaster
Lol, that was a copy paste error into the post on my part...but the problem has been fixed. Turns out that there was a string.replace call somewhere else in the code that replaced all single quotes with empty strings, which thus caused the singe quotes to disappear! Whoops! Thanks for the look, th

Re: cx_Oracle string problems...

2006-02-13 Thread tooper
Looks like a space is missing before VALUES keyword ? -- http://mail.python.org/mailman/listinfo/python-list

cx_Oracle string problems...

2006-02-13 Thread MooMaster
After some google searching on the forum I couldn't find any topics that seemed to relate exactly to my problem, so hopefully someone can help me out... I'm running python 2.4.1 on a local Win2K system and doing some work-related development on an AIX box, and I'm running into a problem using cx_O