Hello Sandeep!
I think Saravana is right! All you have to do is to change the
DBAdapter (can be found at org.apache.torque.adapter) you are using
by adding the following code:
/* (No Javadoc)
* @see org.apache.torque.adapter.DB#escapeText()
*/
public boolean escapeText() {
return false;
}
That was all. I've tried this out and the results are correct so far.
I don't know if there's any further effect, so if somebody is testing
this or already has done it: Please send your results!
F. Fray
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]