Detach_Volume subroutine

Temporarily excludes a volume from access by OpenInsight. To make this permanent, run Define_Database, or use Database Manager.

Detach_Volume( locationlist , status)

The Detach_Volume subroutine has the following parameters.

ParameterDescription
LocationlistSpecifies the location of the existing volume. Can be specified in any of the following ways:

[ location ]
volume_pointer_name


Typically, this value will be the path to a directory containing Native Tables.
statusStatus code, indicating success or failure. If 1, successful; otherwise, failure.
/* Detach the DATAVOL volume. */
Call Detach_Volume("DATAVOL", status)
If status <> 1 Then GoSub Error_Processing

 
**
**
 
 
  • guides/programming/programmers_reference_manual/detach_volume.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1