Top "Isql" questions

The isql utility is a command-line Interactive SQL utility that uses the Adaptive Server Enterprise Open Client API.

From a Sybase Database, how I can get table description ( field names and types)?

I have access to command line isql and I like to get Meta-Data of all the tables of a given …

sql metadata sybase sap-ase isql
How to output data from iSQL to csv file _with_ headings?

I'm trying to query a Sybase ASA 8 database with the iSQL client and export the query results to a text …

sql isql sybase-asa
Informix SQL - List all fields & tables

Informix iSQL has a command "info tables;" that shows all tables. The syntax for viewing the fields and their respective …

sql field informix isql
How I can find the list of Sybase Indexes for a given database?

How I can find the list of Indexes for a given database in Sybase?

indexing isql
FreeTDS working, but ODBC cannot connect

I am trying to run connect to a MSSQL server from an Ubuntu 12.04 webserver with FreeTDS and unixODBC. Using tsql …

sql-server odbc ubuntu-12.04 freetds isql
Can't connect to local Firebird with ISQL

I'm trying to setup a local firebird instance to test against but am unable to connect to it with even …

firebird firebird2.5 isql
How to execute an SQL statement stored in a shell script variable using isql

So, I am trying to execute an SQL statement stored in a shell script variable using isql Generic code attached. …

shell isql isqlquery
Executing a script using ISQL

I'm creating a simple isql script but it's not working and I need some help to find out whats wrong …

firebird interbase isql
Failure to connect to SQl Server from Linux

I am trying to connect to SQL Server 2008 on CentOS 5.8. I am using unixODBC 2.3.0 and SQL Server ODBC Driver (www.…

sql-server-2008 unixodbc strace isql sqlncli
Create Teradata volatile table and select from table using isql

I am trying to submit a two-statement SQL file as a batch job to the isql utility on a Linux …

teradata isql ddl