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
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad