Hi, I was trying to use Transactions in Console Grid. The following is my statement.
BEGIN; INSERT INTO TempTable (id, name, LastName, age) VALUES (997, 'Avhy', 'Ghale', 32); COMMIT; While trying to execute the query i was encountering the following error Error: Unsupported DDL/DML operation: org.h2.command.dml.TransactionCommand Can you please help me to understand the issue. Thanks, Harinath -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
