Regarding error messages coming from the driver..
"G, Hemanth Kumar" <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <DB5CCE49324ED540B132892B8F28924901FEB157@susday7667.TD.teradata.com> |
Hi Nick,
If the error comes from the driver, ideally it should take the
form..
[vendor-identifier][ODBC-component-identifier][data-source-identifier]da
ta-source-supplied-text
For example, when selected from a non-existent table 'tmp1' from
Teradata datasource, Microsoft DM returns..
[Teradata][ODBC Teradata Driver][Teradata Database] Object 'tmp1' does
not exist.
Using unixODBC DM, the error message takes the form
[unixODBC][Teradata][ODBC Teradata Driver][Teradata Database] Object
'tmp1' does not exist.
I suppose, [unixODBC] not be appended for errors coming from the driver.
Correct me if I'm wrong!
Thanks,
Hemanth.
_______________________________________________
unixODBC-dev mailing list
[email protected]
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev