I am connecting a Progress Openedge db (10.1B) to a SQL 2005 db (using ODBC and SSIS) and am having problems extracting a progress extent field with hyphens in the field name. i.e. (CL-ANALYSIS-CODE-ELEMENT). Note I can extract another extent field without hyphens in it, however as soon as it has hypens, it errors out.
I have tried using PRO_Element, see below and this will parse, however it simply inserts nulls.
SELECT {fn PRO_ELEMENT ("CL-ANALYSIS-CODE-ELEMENT",1,1) } AS Element1
from ih.pub."rm-job"
Any help, would be much appreciated.
Matt
I have tried using PRO_Element, see below and this will parse, however it simply inserts nulls.
SELECT {fn PRO_ELEMENT ("CL-ANALYSIS-CODE-ELEMENT",1,1) } AS Element1
from ih.pub."rm-job"
Any help, would be much appreciated.
Matt