0 Replies Latest reply on Mar 20, 2007 7:33 AM by ollka

    Firebird and reserved words

    ollka

      Hello all,
      I'm trying to use reserved word as table column in firebird database - field of my CMP ejb.

      When i'm trying to do smth with this column, i get Dynamic SQL Error.
      In logs i can see that this reserved word was not escaped by quotes, but in standardjbosscmp-jdbc.xml in <reserved-words> section this word exists.

      I was thinnking that if i have a word in this list, it's automatically will be escaped, but it doesnot work.

      What shell i do to use reserved to firebird database words as column names?