Language Reference Guide : 4. System Classes : CursorObject Class : DBSession Attribute
 
Share this page                  
DBSession Attribute
Data Type: DBSessionObject
4GL Access: R
The DBSession attribute contains information about the database session in which the cursor was opened.
An open cursor remains attached to a particular database session even if the frame that opened the cursor switches sessions. Consequently, after you open a cursor, any subsequent operations using that cursor must occur in the same session in which the cursor was opened.