Subject Re: [Firebird-Java] what about the hibernate and firebird dialect ?
Author Michael Weissenbacher
Hi,
> I was just about to do that:
> that's the query... the character 2086 is the dot in "from OFAM.BENUTZER"..
You can't select FROM OFAM.BENUTZER unless this is the table's name. But
AFAIK a dot is not possible in a table name. You should revisit your
hibernate mapping files. This looks more like a hibernate problem to me,
maybe try in the Hibernate forums?

Michael