Discussion:
sql facade?
(too old to reply)
SpreadTooThin
2011-12-08 22:49:52 UTC
Permalink
Is there an sql like command line interface to sybase?
b***@msn.com
2011-12-09 18:06:49 UTC
Permalink
Post by SpreadTooThin
Is there an sql like command line interface to sybase?
Sybase is the name of a Company, it has a number of products,
including 4 database products (ASE, ASA, IQ, Advantage).
It is helpful if you specify which product your question is about.

SQL is the name of the query language; I'm not sure how a command line
interface would be
like a language, except that one would enter language into a command
line interface.
So I'm not quite sure what you mean by "sql like...".

There are a number of clients with a command line interface that work
with ASE

The most common are probably
a) The isql client included with the ASE distribution and described in
the documentation
b) The third-party "sqsh" client (find it on the web)

Cheers,
-bret

Loading...