SQL Guide : solidDB® SQL statements : SET : SET (read/write level)
  
SET (read/write level)
SET {READ ONLY | READ WRITE | WRITE}
SET {READ ONLY | READ WRITE | WRITE} allows you to specify whether the connection be allowed only to read, read and write, or whether it be allowed to write only.
See also SET ISOLATION LEVEL.
See also
SET