When saving a textfield with eg the contents O’Hara to Oracle processing halts with a ORA-00933 error complaining the SQL ended premature.
Why is this?
Oracle offers the Q-quote operator for this and I wonder why the Scriptcase system is not using this. Trying to use it yourself in the sql-statement gives no positive results. ORA 00933 errors keep coming.
I found a workaround by using str_replace and replacing the single quote with 2 single quotes. Then it works flawless. But to be frank I find this a silly and cumbersome solution. The system should do it.
Would it be possible for Scriptcase to have a look into this glitch?