contents.gifindex.gifprev1.gifnext1.gif

filesystem-DETACH

filesystem-DETACH - This configuration entry detaches any file system from the runtime. The syntax is:

filesystem-DETACH n

where filesystem corresponds to the first five letters of the name of the file system and n is a non-zero value. Examples of file systems that may be detached using this feature are:
	Btrieve		BTRIE-DETACH
	C-ISAM		C-ISA-DETACH
	Informix	INFOR-DETACH
	MS SQL Server	MSSQL-DETACH
	Oracle		ORACL-DETACH
	RMS		RMS-DETACH
	Sybase		SYBAS-DETACH
	Vision		VISIO-DETACH

The file systems may be detached only when the runtime is started, not during execution. If you detach all file systems, the runtime will terminate with an error message. For example, if you detach Vision with VISIO-DETACH on a standard runtime, the runtime will terminate with this message to std err: No file system available. This feature automatically supports new file systems added to the runtime.