File: firebird3.0-examples.README.Debian

package info (click to toggle)
firebird3.0 3.0.1.32609.ds4-14
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,212 kB
  • ctags: 51,764
  • sloc: ansic: 374,352; cpp: 314,303; sql: 14,317; pascal: 13,800; yacc: 7,513; fortran: 5,645; sh: 5,149; makefile: 1,124; perl: 97; sed: 83; xml: 36; csh: 15; awk: 1
file content (9 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
If you'd like to use the employee sample database, follow the steps below:

  install -o firebird -g firebird -m 0660 \
    /usr/share/doc/firebird3.0-examples/examples/empbuild/employee.fdb.gz \
    /var/lib/firebird/3.0/data/
  gunzip /var/lib/firebird/3.0/data/employee.fdb.gz

The default aliases.conf contains an alias for the database.
You may use "localhost:employee" as path.