I have a column in a DB called: someting[0].else.thing
because there are '.' characters in the column name I have to surround it with brackets in the hbm.xml file like so: [someting[0].else.thing] The problem is that this query is not allowed. The following error is produced. Message = "ERROR [42000] [DataDirect][OpenAccess ODBC]Syntax error in SQL statement. syntax error line 1 at or after token <thing>." My question is how to get around the brackets inside the column name? I have tried: [someting[0].else.thing] [someting[0].else.thing]] ["someting[0].else.thing"] "[someting[0].else.thing]" '[someting[0].else.thing]' *Edit* [something[0]].else.thing] 'something[0].else.thing' -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/groups/opt_out.
