skip to main content

c-tree Utilities : Command-line utilities : isql

isql
The isql utility is a command-line SQL client that works on SQL Server through SQL commands. Using the proper queries it’s possible to manage all database items, like tables, users and triggers.
Usage:
Where:
script is a text file encoded with UTF-8 that contains SQL commands to execute. This feature is useful if you need to launch one or more SQL commands without user interaction.
username is the login user, e.g. ‘admin’
passwd is the login password, e.g. ‘ADMIN’
port is the port on which SQL Server is listening, e.g. ‘6597’
ipaddress is the address on which SQL Server is listening, e.g. ‘localhost’
databasename is the name of the SQL Server database, e.g. ‘ctreeSQL’
If the login is successful the following prompt will appear and you will be able to input SQL commands:
Consult the SQL Reference Manual (sqlref.pdf) installed with the product for information about the supported SQL syntax.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left