How to create new empty FireBird database using FreePascal/Lazarus
This is a very easy task in FreePascal/Lazarus. Drop TIBConnection component from SQLdb page in a form or data module. Drop a button, and write this code in button’s OnClick event: This will create an empty FireBird database in the location you have specified in DatabaseName property, with UTF8 character set. Later you can create…