Creating Firebird database programatically in delphi
Today my colleague asked me the question, “How to create FB database programatically from Delphi?”. Well, the solution is very easy, just use the following code: IBDatabase1.DatabaseName := ChangeFileExt(Application.ExeName, …
Jiří Činčura – http://blog.vyvojar.cz/jirka/