solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : FILESPEC
  
FILESPEC
ADMIN COMMAND 'filespec [-d | -a "file_name max_file_size_in_bytes [device_number]"]'
Abbreviation: fs
Displays or modifies database (index) file specifications defined with the IndexFile.FileSpec parameter as well file sizes and current fill ratios (percentage).
-d: Deletes the database file specified with file_name max_file_size_in_bytes [device_number]
-a: Adds a new database file specification as specified with file_name max_file_size_in_bytes [device_number]
Note You can only add new database files with this option; you cannot modify the size of existing database files.
For example:
ADMIN COMMAND 'fs -a "solid3.db 3000M"';
      RC TEXT
      -- ----
       0 Added: FileSpec_3 = solid3.db 3145728000
The database file specification changes are stored in the solid.ini configuration file at shutdown.
Go up to
solidDB ADMIN COMMAND syntax