EnglishFrenchSpanish

Ad


OnWorks favicon

fisql - Online in the Cloud

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

This is the command fisql 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


fisql - interactive SQL shell

SYNOPSIS


fisql [-e] [-F] [-g] [-p] [-n] [-v] [-X] [-Y]
[-a display_charset] [-c cmdend]
[-D database] [-E editor]
[-h headers] [-H hostname] [-i inputfile]
[-I interfaces_file] [-J client_charset]
[-l login_timeout] [-m errorlevel]
[-o outputfile]
[-P password] [-s colseparator] [-S server]
[-t timeout] [-U username] [-w width]
[-y sybase_dir] [-z language]

DESCRIPTION


fisql is very similar to the "isql" utility programs distributed by Sybase and Microsoft.
Like them, fisql uses the command "go" on a line by itself as a separator between batches.

OPTIONS


-a display_charset
The client charset name. Not implemented.

-c cmdend
Command terminator, defaults to go.

-D Database name on the server to use.

-e Echo SQL input (usually in outputfile)

-E editor
Specify an editor to invoke. Defaults to vi.

-F FIPS mode ON. Server returns a message (but processes the query anyway) when it
encounters a non-standard SQL command.

-g Display a brief help message

-h headers
Number of rows after which to repeat the column headers. Default is once per
resultset.

-H hostname
Hostname of the client machine as it will be told to the server.

-I interfaces_file
Name of the interfaces or freetds.conf file to use.

-i inputfile
Name of script file, containing SQL.

-J client_charset
Not implemented.

-l login_timeout
How long to wait for the server to acknowledge a login attempt.

-m errorlevel
For errors of the severity level specified or higher, print only the message
number, state, and error level. Below that level, print nothing.

-n Suppress line numbers in echoed output.

-o outputfile
Name of output file, holding result data.

-p Prints performance statistics. Not implemented.

-P password
Database server password.

-s colseparator
The column separator. Default is space. Shell metacharacters require quoting.

-S server
Database server to which to connect.

-t timeout
The query timeout, in seconds. How long to wait for a query to be processed. The
default is indefinitely, or as determined by freetds.conf.

-U username
Database server login name.

-v Display version and copyright.

-w width
How many characters wide to print the output. Defaults to 80.

-X Use encrypted login. Not implemented in FreeTDS.

-y sybase_dir
Sets the SYBASE environment variable. Not used by FreeTDS.

-Y Use chained transactions.

-z language
Name of a language for fisql's prompts and messages. Cf. DBSETLNATLANG.

NOTES


fisql is a filter; it reads from standard input, writes to standard output, and writes
errors to standard error. The -i, -o, and -e options override these, of course.

fisql uses the db-lib API provided by FreeTDS. It was first implemented using Sybase's own
library and continues to work with it. Before (and after) modifying it, it would be well
to test it with Sybase's library to assure compatibility between it and FreeTDS.

EXIT STATUS


fisql exits 0 on success, and >0 if the server cannot process the query.

fisql will report any errors returned by the server, but will continue processing. In a
production environment, this behavior may be insufficiently stringent. To make it
extremely intolerant of errors, change the message and error handlers to call exit(3).

HISTORY


fisql first appeared in FreeTDS 0.65.

AUTHORS


The fisql utility was written by Nicholas S. Castellano <[email protected]>, who
contributed it to the FreeTDS project under the terms of the GPL.

Use fisql 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