About 4,870 results
Open links in new tab
  1. isql man | Linux Command Library

    isql is an ODBC command-line SQL client included with unixODBC. It connects to any database with an ODBC driver using a DSN configured in odbc.ini, and executes SQL queries interactively or from a …

  2. Firebird’s isql Interactive SQL Utility

    May 4, 2024 · To create a database interactively using the isql command shell, open a command prompt in Firebird’s bin subdirectory and type isql (Windows) or ./isql (Linux):

  3. Isql - Wikipedia

    In database computing, various utilities for accessing SQL -based databases use variants of the isql moniker - often with an implication of running interactive SQL.

  4. isql - SAP

    To use isql interactively, enter isql (and any of the optional flags) at your operating system prompt. The isql program accepts SQL commands and sends them to Adaptive Server.

  5. isql - man pages section 1: User Commands - Oracle

    Jul 27, 2022 · isql 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. …

  6. ISQL — Firebird Interactive SQL Tool

    ISQL is a command-line tool for interactive SQL access to databases. It can also be used to perform administrative tasks in command-line environments (like (metadata) updates via a batch file).

  7. What are the differences between osql, isql, and sqlcmd?

    Dec 3, 2008 · isql : The older, DB-Library (native SQL Server protocol) way of command-line communication with SQL Server. osql : The older, ODBC-based way of command-line …

  8. isql linux command man page - commandlinux.com

    Mar 18, 2026 · 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. Name of the data source you want to connect to. Your login to …

  9. isql: unixODBC interactive SQL command-line tools - ManKier

    isql and iusql are command-line tools allowing users to execute SQL interactively or in batches. The tools provide several useful features, including an option to generate output wrapped in an HTML table.

  10. Ubuntu Manpage: isql, iusql - unixODBC command-line interactive …

    isql 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.