EnglishFrenchSpanish

Ad


OnWorks favicon

isql-fb - Online in the Cloud

Run isql-fb in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command isql-fb that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


isql — Firebird Interactive SQL shell

SYNOPSIS


isql [ -a ] [ -cache bufnum ] [ -database database ] [ -echo ] [ -input infile ] [
-noautocommit ] [ -nowarnings ] [ -output outfile ] [ -password password ] [ -page
pagelen ] [ -role role ] [ -s sqldialect ] [ -terminator lineterm ] [ -user user ] [
-x ] [ -z ]

DESCRIPTION


This manual page documents briefly the isql command.

This manual page was written for the Debian distribution because the original program does
not have a (free) manual page. Instead, it has non-free documentation you can get from
InterBase (Borland) or FireBird project sites; see at the end of the document.

isql is a program that allows the user to issue arbitrary SQL commands to a Firebird
database as well as exctacting the metadata.

isql in Debian is available under isql-fb name due to filename conflict with binary from
other package. If for some reason it is needed to have it under original name it is
possible to add /usr/lib/firebird/bin at the beginning of PATH variable which should solve
eventual problem.

OPTIONS


isql can handle various command line options. Most options can be abbreviated. Below are
given the shortest abbreviations as well as the full versions. A summary of options
follows.

-a
Extract DDL statements necessary to re-create database's metadata. The CREATE
DATABASE statement is surrounded by C-style comment. Statements are printed to
standard output unless redirection is used. See -output. See -x.

-c[ache] buffers
Specify default number of cache buffers to be used in connections.

-d[atabase] database
Used together with -x. Specifies target database name when extracting. See -x.

-e[cho] Display each statement before executing it.

-x|-ex[tract]
Extracts DDL statements to recreate database metadata. The only difference with
-a is that -extract behaves differently if -d is also specified.

If no -d is specified, -x behaves exactly as -a. If -d is specified, the CREATE
DATABASE statement is uncommented, replacing database name with database.

-i[nput] infile
Reads commands from infile instead of standard input. Exits with commit after
the last command.

-m[erge_stderr]
Merges standard error to standard output. Useful for redirecting both streams.

-n[oautocommit]
Normally, all DDL statements like CREATE TABLE are automatically committed in a
separate transaction. This option disables the automatic commit of DDL
statements.

-nowarnings
Disables displaying of SQL warnings.

-o[utput] outfile
All output is redirected to the given outfile.

-page[length] n
Prints column headers every n output lines. Default is 20.

-pas[sword] password
Uses given password as a default for connecting to the database.

-r[ole] sqlrole
Uses given sqlrole as a default for connecting to the database.

-s[qldialect] sqldialect
Uses given sqldialect as a default for connecting to the database.

-t[erminator] lineterm
Set command line terminator. Default is semicolon (`;').

-u[ser] username
Uses given username as a default for connecting to the database.

-z Show version string before doing anything else.

Use isql-fb online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 2
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 3
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 4
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 5
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 6
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • More »

Linux commands

Ad