I am using Teradata jdbc driver 13.00.00.07 to connect to Teradata data base from my java application. Couple of days back I got the following issue 'TeraResultSet:getTimestamp function failed'. After reading through some blogs I understood that 'Teradata JDBC Driver version 13.00.00.07 and earlier versions of the Teradata JDBC Driver do not support the implicit data type conversion' and the driver should be upgraded to 13.00.00.16. After checking the tera data website I found that 15.00.00.15 is the latest. I would like to know a couple of things.
1) What are the major differences between these two versions?
2) Is the driver version 15.00.00.15 backward compatible with 13.00.00.07?
3) Should I do any java level code change for making the version changes?
Forums: