G
getdgbmail
I am using a Hibernate query in JAVA to retrieve data from an iSeries file.The field length of fieldName in my query WHERE clause is 4 long. There is a record in the file with a field name of BLUE. When I run the query using BLUE_GREEN, this record is selected. BLUE_GREEN is not BLUE, so I don'twant this field to be selected. Why is this happening?
WHERE
fieldName = :fieldName
WHERE
fieldName = :fieldName