I'd like to create a new Firebird database in my C# client application. Is there a command line utility that lets you do this?
|
|
|||||
|
|
|
you can use isql but I advice you to use directly the api.
test.sql is like this :
creating database via the api |
||||
|
