Question
I am using a TeraData database and it's not showing up as a Database Server in my application. How can I fix this?
Answer
Refer to this article Using Node Properties to Detect JDBC Backends and use the following JDBC node properties and values:
jdbc-statements: value=
"com.teradata.jdbc.TeraStatement"
jdbc-connections: value=
"com.teradata.jdbc.TeraConnection"
jdbc-prepared-statements: value=
"com.teradata.jdbc.TeraPreparedStatement"
jdbc-callable-statements: value=
"com.teradata.jdbc.TeraCallableStatement"