BSQLODBC(FreeTDS) | FreeTDS (freetds reference manual) | BSQLODBC(FreeTDS) |
bsqlodbc
— batch
SQL script processor using ODBC
bsqlodbc |
[-hqv ] [-U
username] [-P
password] [-S
server] [-D
database] [-i
input_file] [-o
output_file] [-e
error_file] [-t
field_term] [-V
odbc_version] |
bsqlodbc
is a utility program distributed
with FreeTDS.
bsqlodbc
is a non-interactive equivalent
of the ‘isql
’ utility programs
distributed by Sybase and Microsoft. Like them,
bsqlodbc
uses the command
‘go
’ on a line by itself as a
separator between batches. The last batch need not be followed by
‘go
’.
bsqlodbc
makes use of the ODBC API
provided by FreeTDS. This API is of course also available to application
developers.
-U
username-P
password-S
server-D
database-i
input_file-o
output_file-e
error_file-t
field_term
’ ). Recognized
escape sequences are tab ( ‘\t
’ ),
carriage return ( ‘\r
’ ), newline (
‘\n
’ ), and backslash (
‘\\
’ ).-h
-q
-h
.-v
-e
), so as
not to interfere with the data stream.-V
odbc_versionbsqlodbc
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 defaults.
bsqlodbc
exits 0 on success, and >0 if
the server cannot process the query.
bsqlodbc
first appeared in FreeTDS
0.65.
The bsqlodbc
utility was written by
James K. Lowden
⟨jklowden@freetds.org⟩.
March 25, 2015 | FreeTDS 1.3.17 |