Hi,
I am trying to compile a custom transformation written in older version of Clover 2.1.0 with the jar of the latest version 2.9.2.
I found out that DBConnection has been moved to jdbc.DBConnection. I would like to know in which class is the prepareStatment method has been moved to ? or how can I create a Prepared Statement ?
error that I am getting while compiling is -
cannot find symbol
[javac] symbol : method prepareStatement(java.lang.String)
[javac] location: class org.jetel.connection.jdbc.DBConnection
[javac] pstmt = dbConnection.prepareStatement ("insert into "
Thanks,
Ashish