Subject Page Size on CREATE DATABASE
Author Robert DiFalco
Can someone provide me with some pointers on how to modify FBManager so
that

public void createDatabase(String fileName, String user, String
password)

...will allow me to specify the page size?

Right now I have to create the database and then backup and restore it
with a new page size. By default a page is 4096, I'm want 8192.

TIA,

R.