One of the principal uses of Interactive SQL is to browse table data. Interactive SQL retrieves information by sending a request to your database server. The database server, in turn, looks up the information, and returns it to Interactive SQL.
In the SQL Statements pane, execute the following statement:
SELECT * FROM Employees; |
From the SQL menu, choose Execute to execute the statement.
All the data from the Employees table appears in the Results pane.
From the SQL menu, choose Disconnect to disconnect from the Windows Mobile database.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |