Subject Creating a new database
Author nikicab_1999
I am trying to figure out how to do this:
Create a database using IB/FB components (preferably JvUIB) from an
application so that the database is created in preselected folder,
not
in c:\Winnnt\system32. But I would like to spare user from having to
know where that location is. Basically, something like in SQL Server-
database is created in a folder specified by SQL Server admin.

like
jvUIBDatabase1.DatabaseName := 'myfbserver:mydb.fdb';
jvUIBDatabase1.CreateDatabase;

Database would be created on a FB server machine, in folder that is
somehow preset. My App is located on another machine.

I have been experimenting with firebird.conf and aliases.conf but I
might have been doing something wrong.

Nick