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, click Execute to execute the statement.
All the data from the Employees table appears in the Results pane.
From the SQL menu, click Disconnect to disconnect from the Windows Mobile database.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |