One nice feature of the JDBC driver is the ability to specify how much logging output goes to stdout. For those who aren't familiar, you can pass LOG=DEBUG to get extremely detailed info from Teradata about how your queries are performing. See more in the JDBC docs ( https://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html#URL_LOG ).
My question is, can ODBC do this or something similar to this? Sometimes I want to get as much info as possible from Teradata when I execute something, and I'd rather not use JDBC just for this purpose.
Sorry if this is a duplicate - I haven't found anything related to this after a few Googlings and Teradata doc searches.
Thanks,
William
Forums: