1. EXEC SQL COMMIT WORK RELEASE;
(When you want to commit transactions and disconnect;similar to EXIT in SQL*PLUS)
2. EXEC SQL ROLLBACK WORK RELEASE;
(When you want to rollback transactions and disconnect;similar to QUIT in SQL*PLUS)
1. EXEC SQL COMMIT WORK RELEASE;
(When you want to commit transactions and disconnect;similar to EXIT in SQL*PLUS)
2. EXEC SQL ROLLBACK WORK RELEASE;
(When you want to rollback transactions and disconnect;similar to QUIT in SQL*PLUS)