I have the following code
Savepoint sp1 = conn.setSavepoint("save");
which gives the following exception
Exception in thread "main" java.lang.UnsupportedOperationException
at sun.jdbc.odbc.JdbcOdbcConnection.setSavepoint(JdbcOdbcConnection.java:1713)
at Transaction.TransSavePoint.main(TransSavePoint.java:32)
Whats wrong here