I have COMPUTER_WITH_DATABASE where is superserver firebird (windows) installed.
Now i need to make c# application which will connect to this COMPUTER_WITH_DATABASE and create file .fdb like for example database.fdb to be later able to connect from other computers using for example part of string like:
COMPUTER_WITH_DATABASE\c:\database.fdb
But how to do it using fb API in c#?