|
NAMEisql, iusql - unixODBC command-line interactive SQL toolSYNOPSISisql DSN [USER [PASSWORD]] [options]DESCRIPTIONisql is a command line tool which allows the user to execute SQL in batch or interactively. It has some interesting options such as an option to generate output wrapped in an HTML table.iusql is the same tool with built-in Unicode support. ARGUMENTS
OPTIONS
COMMANDSThis section briefly describes some isql runtime commands.help List all tables in the database.
help table List all columns in the table.
help help List all help options.
EXAMPLES$ isql WebDB MyID MyPWD -w -b < My.sql Connects to the WebDB as user MyID with password MyPWD, then execute the commands in the My.sql file and returns the results wrapped in HTML table. Each line in My.sql must contain exactly 1 SQL command, except for the last line, which must be blank (unless the -n option is specified). FILES/etc/odbc.iniSystem-wide DSN definitions. See odbc.ini(5) for
details.
$HOME/.odbc.ini User-specific DSN definitions. See odbc.ini(5) for
details.
SEE ALSOodbcinst(1), odbc.ini(5)AUTHORSThe authors of unixODBC are Peter Harvey <pharvey@codebydesign.com> and Nick Gorham <nick@easysoft.com>. For the full list of contributors see the AUTHORS file.COPYRIGHTunixODBC is licensed under the GNU Lesser General Public License. For details about the license, see the COPYING file.
Visit the GSP FreeBSD Man Page Interface. |