Subject Re: [firebird-support] How to create a FB database in C++ closed application
Author Dimitry Sibiryakov
> I am a newbie to Fire bird, and am working on integrating Fire bird in to my application(which is windows based) using c++.(IBPP wrappers).It will be nice to get some code samples that create the database for my reference.

You can either use "CREATE DATABASE" SQL statement or
isc_create_database() API call (I have no idea under which name it is
wrapped in IBPP).

SY, SD.