Hi,
I am using cross connection Editor for my Project. I am using ODBC generic- Informatica.
While running a query in the SQL editor , my query works fine.But while running the same query in Cross Connection SQL editor(Pro Edition) , some columns mainly Date Columns and
the amount column is changing to “Null” and even the column names displayed also is changing.
(A) Output when running in Cross connection SQL editor(Pro Edition) - see the null values in Update_DT and Create_DT columns
(CURRENCY_NAME, UPDATE_DT, CREATE_DT, CURRENCY_CD) VALUES
(‘UGANDA SHILLINGS’, NULL, NULL, ‘UGX’),
(‘UKRAINE HRYVNIA’, NULL, NULL, ‘UAH’),
(‘UNITED STATES DOLLAR’, NULL, NULL, ‘USD’)
-> SQL Query Output when running in SQL editor : No Null Values and result is perfectly fine.
(CURRENCY_CD, CURRENCY_NAME, CREATE_DT, UPDATE_DT) VALUES
(‘USD’, ‘UNITED STATES DOLLAR’, ‘1/26/2004 10:05:01 PM’, ‘8/12/2013 10:49:54 PM’),
(’-1’, ‘UNKNOWN’, ‘1/26/2004 10:08:41 PM’, ‘1/26/2004 10:08:41 PM’),
(‘GBP’, ‘ENGLAND POUND’, ‘2/23/2007 1:21:25 AM’, ‘8/12/2013 10:49:54 PM’)
(B) See the column name sequence is changing:
In SQL editor - > Column name is in the sequence-> This is the correct sequence.
(CURRENCY_CD, CURRENCY_NAME, CREATE_DT, UPDATE_DT) VALUES
In Cross Connection SQL editor - > Column name sequence is different.
(CURRENCY_NAME, UPDATE_DT, CREATE_DT, CURRENCY_CD) VALUES
Please let me know if there is some issue with my settings or is this the bug?
Thanks,
Bharat Bhusan Singh