Firebird: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
  
 
https://firebirdsql.org/file/documentation/reference_manuals/html/de/
 
https://firebirdsql.org/file/documentation/reference_manuals/html/de/
 +
 +
 +
= info über datenbank  =
 +
<source lang=bash>
 +
fbstat VARIO8 -header
 +
</source>
 +
  
 
= connect to database =
 
= connect to database =

Version vom 24. Oktober 2019, 16:31 Uhr

https://firebirdsql.org/file/documentation/reference_manuals/html/de/


info über datenbank

fbstat VARIO8 -header


connect to database

# isql-fb -user sysdba -password masterkey localhost:employee
isql-fb -user sysdba -password masterkey "/path/to/db/file.fdb"
isql-fb -user sysdba -password masterkey 192.168.0.123/123:DB -i file.sql

Installation