solidDB Help : Configuring and administering : Using solidDB data management tools : solidDB SQL Editor (solsql)
  
solidDB SQL Editor (solsql)
solidDB SQL Editor (solsql) is a console tool that is used for issuing SQL statements and ADMIN COMMANDs. The commands and statements can be run at the command prompt or by executing a script file that contains the SQL statements.
Note To access a short description of available ADMIN COMMANDs and their abbreviations, run the following command: ADMIN COMMAND 'help';
Starting solsql
solsql connects to the first server specified in the Com.Connect parameter in the solid.ini file. If you specify no arguments, you are prompted for the database administrator user name and password.
For information about the command line syntax that you use to start solsql, see solidDB SQL Editor (solsql) command line syntax.
When there is an error in the command line, solsql gives you a list of the possible syntax options as a result. Check that the command line you entered is valid.
Exiting solsql
To exit solsql, type the command exit.
See
Executing SQL statements with solidDB SQL Editor (solsql)
Executing an SQL script from a file
solidDB SQL Editor (solsql) commands
Go up to
Using solidDB data management tools