Top "Isql" questions

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

FreeTDS - tsql connects, isql fails

I'm trying to connect to a database on my host machine (windows xp, sql server 05). My guest machine is Ubuntu 10.04. …

sql-server ruby linux freetds isql
Unable to connect to MS-SQL with ISQL

First post on StackExchange - please go easy :) I have setup ODBC in Centos 6 in order to perform ms-sql queries …

centos odbc isql
How do I create a new Firebird database from the command line?

I'd like to create a new Firebird database in my C# client application. Is there a command line utility that …

command-line firebird isql
How to connect to Sybase Server/Database without port number using DSN or RapidSQL? Or how to find port number?

I have Some Sybase Server/Databases. I know 1. Server Name 2. Database Name 3. Username 4. Password. Using this I can connect using …

sap-ase dsn isql rapidsql
Run multiple insert queries against firebird database using isql

I have requirement of inserting enormous data in table of firebird database around 40K entries. I got my scripts ready …

firebird firebird2.5 isql
Replace doesn't work in Sybase

I tried following in Sybase SELECT ChrgAmt, REPLACE(convert(varchar(255),ChrgAmt), '.', '') AS Result FROM PaymentSummary But it …

sql sybase isql
Firebird database SYSDBA connection error

I just installed Firebird for Win64, and I was trying to connect to the employee database which comes pre-packaged with …

database connection firebird isql
Resolving database connection errors like this: [ISQL]ERROR: Could not SQLConnect

What does this error typically mean? I searched around for it on Google, but got a bunch of junk pages …

database ubuntu odbc isql
Firebird iSQL - How to input SQL query from command line, and retrieve output in simpler format

I'm using Firebird's isql.exe tool to query an existing database: isql -u <username> -p <password> &…

sql firebird nsis isql
Informix 7.3 isql insert statement - text/blob/clob field insert error

Is a way around this?? I am trying to insert some data into a table whose structure is: Column name …

sql insert blob informix isql