Search found 2 matches

by allanborrick
Tue Oct 27, 2009 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC output generates wrong column order
Replies: 1
Views: 853

Work-around

A work-around is to select the "Create Statement" option in the Options section of the Properties tab of the ODBC table object. By explicitly defining the SQL code of the create statement, you can get the table structure you require.
by allanborrick
Sun Dec 07, 2008 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC output generates wrong column order
Replies: 1
Views: 853

ODBC output generates wrong column order

I have an ODBC Enterprise stage writing to an SQLServer database table. The order of columns shown in the stage is different in the table created by the stage. Several columns change positions - but consistently with the same wrong positions! I am using 'replace' write mode, but have also tried 'cre...