TIBDatabase.CreateDatabaseTIBDatabase See alsoCreates a database using Params.procedure CreateDatabase;DescriptionCall CreateDatabase to create a database using Params as the rest of the CREATE DATABASE command.For example, if you wanted to create a local InterBase database, you could do the following:1. Set the database name to the drive, path, and filename of the database file.
1. Set Params to the parameter for the CREATE DATABASE statement:USER 揝YSDBA?
0 PASSWORD 揗ASTERKEY?
1 PAGE_SIZE 40961. Set the SQLDialect value.
1. Call the CreateDatabase method.