Advanced PowerBuilder

HomePrevious Lesson: Executing the Cursor
Next Lesson: Dirty Reads

Isolation Levels

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:

HomePrevious Lesson: Executing the Cursor
Next Lesson: Dirty Reads