Subject Re: [firebird-support] how does firebird check the file size automatically?
Author Gary Benade
Alan
Why not just let interbase/firebird handle these seconday files
automatically the way it was designed to.
ALTER DATABASE ADD FILE 'file2.gdb' STARTING AT PAGE 10001 LENGTH 10000
ADD FILE 'file3.gdb' STARTING AT PAGE 20001 LENGTH 10000
ADD FILE 'file4.gdb'

Is there a special reason you need to do this manually?

regards
Gary