isql(1)


NAME

   isql - utility to submit SQL queries to a data source.
   iusql - Unicode version of isql.

SYNOPSIS

   isql DSN [UID [PWD]] [options]

DESCRIPTION

   isql  can  be  used to submit SQL to a data source and to format/output
   results.  It can be used in batch or interactive mode.

OPTIONS

   DSN    Name of the data source you want to connect to.

   UID    Your login to connect the DSN.

   PWD    Your password needed to login to the DSN.

   -b     Batch mode.  It will not do any prompting.

   -dx    Delimit columns with x.

   -x0xXX Delimit columns with XX, where XX is in hex.  For example -x0x09
          will use a tab.

   -w     Wrap results in an HTML table

   -c     Print  column  names on first row.  This options only has effect
          in combination with the -d option.

   -mn    Limit column display width to n

   -v     Verbose output.

   --version
          This prints the version.

EXAMPLES

   cat My.sql | isql WebDB MyID MyPWD -w
          Each line in My.sql must contain exactly 1  SQL  command  except
          for the last line which must be blank.

AUTHOR

   This  manual  page  was written by Kurt Roeckx <kurt@roeckx.be> for the
   Debian package of unixODBC.


More Linux Commands

manpages/cargf.3.html
cargf(3) - calculate the complex argument - Linux man page
A complex number can be described by two real coordinates. One may use rectangular coordinates and gets z = x + I * y where x = creal(z) and y = cimag(z). Or on

manpages/getpwnam.3.html
getpwnam(3) - get password file entry - Linux manual page...
The getpwnam() function returns a pointer to a structure containing the broken-out fields of the record in the password database (e.g., the local password file

manpages/snmp_set_mib_warnings.3.html
snmp_set_mib_warnings(3) - netsnmp_mib_api functions........
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc

manpages/tk_focusFollowsMouse.n.html
tk_focusFollowsMouse(n) - Utility procedures for managing th
tk_focusNext is a utility procedure used for keyboard traversal. It returns the next window after window in focus order. The focus order is determined by the st

manpages/logrotate.conf.5.html
logrotate.conf(5) - rotates, compresses, and mails system lo
logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and mailin

manpages/hline_set.3ncurses.html
hline_set(3ncurses) - create curses borders or lines using c
hline_set.3ncurses - The border_set and wborder_set functions draw a border around the edges of the current or specified window. These functions do not change t

manpages/pvmove.8.html
pvmove(8) - move physical extents - Linux manual page.......
pvmove allows you to move the allocated physical extents (PEs) on SourcePhysicalVolume to one or more other physical volumes (PVs). You can optionally specify a

manpages/focus.n.html
focus(n) - Manage the input focus - Linux manual page.......
The focus command is used to manage the Tk input focus. At any given time, one window on each display is designated as the focus window; any key press or key re

manpages/mvwadd_wchnstr.3ncurses.html
mvwadd_wchnstr(3ncurses) - add an array of complex character
These functions copy the (null-terminated) array of complex characters wchstr into the window image structure starting at the current cursor position. The four

manpages/gvfsd-fuse.1.html
gvfsd-fuse(1) Fuse daemon for gvfs - Linux manual page......
gvfsd-fuse maintains a fuse mount to make gvfs backends available to POSIX applications. The mount point for the fuse filesystem is provided by the [PATH] argum

manpages/glRectiv.3gl.html
glRectiv(3gl) - draw a rectangle (Library - Linux man page)
glRect supports efficient specification of rectangles as two corner points. Each rectangle command takes four arguments, organized either as two consecutive pai

manpages/XGetWMHints.3.html
XGetWMHints(3) - allocate window manager hints structure and
The XAllocWMHints function allocates and returns a pointer to a XWMHints structure. Note that all fields in the XWMHints structure are initially set to zero. If





We can't live, work or learn in freedom unless the software we use is free.