1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| C:\Fb25\bin>isql -help
Unknown switch: help
usage: isql [options] [<database>]
-a(ll) extract metadata incl. legacy non-SQL tables
-b(ail) bail on errors (set bail on)
-c(ache) <num> number of cache buffers
-ch(arset) <charset> connection charset (set names)
-d(atabase) <database> database name to put in script creation
-f(etch_password) fetch password from file
-e(cho) echo commands (set echo on)
-ex(tract) extract metadata
-i(nput) <file> input file (set input)
-m(erge) merge standard error
-m2 merge diagnostic
-n(oautocommit) no autocommit DDL (set autoddl off)
-nod(btriggers) do not run database triggers
-now(arnings) do not show warnings
-o(utput) <file> output file (set output)
-pag(elength) <size> page length
-p(assword) <password> connection password
-q(uiet) do not show the message "Use CONNECT..."
-r(ole) <role> role name
-r2 <role> role (uses quoted identifier)
-s(qldialect) <dialect> SQL dialect (set sql dialect)
-t(erminator) <term> command terminator (set term)
-tr(usted) use Windows trusted authentication
-u(ser) <user> user name
-x extract metadata
-z show program and server version |
donc :
c:\>isql -user SYSDBA -password masterkey -i c:\DBExpressFirebird\create_script.sql -m -m2 -q -o monlogpourvoirsitoutvabien.txt
devrait faire l'affaire
Partager