Description of SQL script files for SuperOffice 3.1

Extension describes what type of SQL server they are meant for

	.WQL  = Watcom SQL
	.OQL  = Oracle
	.YQL  = Sybase SQL Server
	.MQL  = Microsoft SQL Server
	.5QL  = Sybase SQL Anywhere (Watcom 5.0)

First scripts that has to be run manually before priming the database.

	SOINIT.?QL  = Create first user (schema) SO

Next scripts run automatically from SuperOffice during priming of the database.

	SOGRANT.?QL	= Create groups, roles and access rights

Scripts for doing a cleanup, removing SuperOffice.

	SODROP.?QL  = Drop tables, groups (roles) and user SO (other users will remain).

Sripts for adding users with userlevel 0 (Only needed for Microsoft and Sybase SQL Server

	SOADMIN.?QL

Sripts for adding users with userlevel other than 0 (Only needed for Microsoft and Sybase SQL Server

	SOUSER.?QL


------
SOPKEY.?QL      = Add primary key to all tables

