I'm using Sybase and need to search for a quoted string like "O'Hare
Airport"

In Sybase, when quoted_identifier is set on, this must be specified as
'O''Hare Airport'

OJB is using 'O'Hare Airport' which causes a SQL errror.
I assume I have to subclass the Sybase JCBC Implementation JDBCAccessImpl to
do this and set quoted_identifer off and plug that class into
JdbcAccessClass?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to