3

I have downloaded ZIP file and unpacked it.

Now, it is said, that FB can run as an application. How to run it this way?

Running firebird.exe does nothing.

I don't want to install it as a service.

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Dims
  • 47,675
  • 117
  • 331
  • 600

1 Answers1

2

Ok, it is

firebird -a

It is not listed here: http://firebirdsql.org/manual/firebird-commandline-utilities.html

Dims
  • 47,675
  • 117
  • 331
  • 600
  • 2
    Note that this is only for Firebird 3, for earlier versions it is slightly different (eg `fbserver -a -m` for SuperServer) – Mark Rotteveel Oct 10 '16 at 06:34