Interactive SQL provides an interactive environment for database browsing and for sending SQL statements to the database server.
You can start Interactive SQL from:
The Start menu – choose Start | Programs | Sybase | Adaptive Server Enterprise | Interactive SQL
From Sybase Central –
In the left pane, select the Adaptive Server Enterprise plug-in.
In the right pane, click the Utilities tab.
Double-click Open Interactive SQL in the right pane.
You can also access Interactive SQL from within Sybase Central by:
Choosing Tools | Adaptive Server Enterprise | Open Interactive SQL.
Selecting a database in the left pane, and choosing Open Interactive SQL from the File menu.
Right-clicking a database, and choosing Open Interactive SQL from the popup menu.
Right-clicking a stored procedure, and choosing Execute from Interactive SQL from the popup menu. Interactive SQL opens with a CALL to the procedure in the SQL Statements pane and executes the stored procedure.
Right-clicking a table and choosing View Data in Interactive SQL. Inter-active SQL opens with a select * from table_name and executes the query.