Other SQL Commands

Inhaltsverzeichnis  Linklist  Bottom
  1. SET ISOLATION TO - set the multiuser isolation
  2. SET PDQPRIORITY - set the execution priority
  3. SET LOCK MODE TO - set timeouts
  4. LOAD - load data from a file into a database table
  5. UNLOAD - write data from a database table into a flat file
  6. BEGIN WORK - marks the beginning of an transaction
  7. COMMIT WORK - marks the end of an transaction
  8. ROLLBACK WORK - undo all commands of an transaction

SET ISOLATION TO - set the multiuser isolation

SET PDQPRIORIY - set the execution priority

SET LOCK MODE TO - set timeouts

LOAD - load data from a file into a database table

UNLOAD - write data from a database into a flat file

BEGIN WORK - mark the begin of an transaction

COMMIT WORK - mark the end of an transaction

ROLLBACK WORK - undo all commands of an transaction

Top
Index
Copyright © 2002 by André Müller. This Object is open source. You can redistribute it and/or modify it under the terms of the Universal General Public License (UGPL).