Hi,
i am getting this(java.sql.SQLException: [NCR][Teradata JDBC Driver]: addBatch not supported) error while trying to execute a query in my application.
i am using addBatch with preparedstatement for constructing the statement and using executeBatch for executing the query.
Cant we use addBatch with preparedStatement for Teradata DB???
Thanks in advance.