HS ODBC connection to UNIData SQL translation [message #356752] |
Sun, 02 November 2008 01:22 |
ravijey
Messages: 2 Registered: November 2008
|
Junior Member |
|
|
Experts please help.
I successfully created a db link to Unidata using HS ODBC. When I execute SQL for example "SELECT NAME FROM CUSTOMER@UNIDATA", Oracle translates the SQL as "SELECT NAME AS C000 FROM CUSTOMER@UNIDATA".
The issue is, Unidata ODBC does not recoginize "as" keyword. So I am getting a syntax error. Is there a way or a parameter I can set to disable the "as" keyword during the SQL translation ?
|
|
|
|
|