Heah?

i thing the problem is in front of the computer :-)
try a

select * from CUVZ where CUVZ_CDNR like '%1%'

CUVZ_CDNR is a DECIMAL-Field. That would result in a Databaseerror (here
db2):

SQL0440N  Im Funktionspfad wurde keine Funktion mit Namen "LIKE" und
kompatiblen Argumenten gefunden.  SQLSTATE=42884

Seems that you can not use LIKE on a number field. In that case thing about
your data model.

I thing this is not a OJB problem. It is a database restriction.

carsten




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

Reply via email to