| Home | Previous Lesson: Executing the Cursor Next Lesson: Dirty Reads |
Watcom supports isolation levels with the OPEN <cursor name> statement, but PowerBuilder doesn't support it. The isolation level specifies the kind of actions that are not permitted while the current transaction executes. The ANSI standard defines three levels of isolation for the SQL transactions:
| Home | Previous Lesson: Executing the Cursor Next Lesson: Dirty Reads |