Re: problem (possible bug) using Abator with Microsoft Sql Server

2007-09-18 Thread Jeff Butler
There is a solution for this checked into SVN (not released yet). If you build Abator from source you can specify that a column name should be delimited for situations such as these. In a nutshell, you specify this: ... As I said, this is not released yet, but it is worki

problem (possible bug) using Abator with Microsoft Sql Server

2007-09-18 Thread Robert Glover
I need a workaround for a problem in Abator with Microsoft Sql Server. Abator generates the following SQL statment which gives an error (the problem is that "FUNCTION" is a keyword): select BUDGET_UNIT, FUNCTION, FUNCTION_NAME from b0maschm.MAT_ORGSTRUCTURE The error it gives is: -