Use Interactive SQL to view and manipulate the data and add and modify database objects in your Windows Mobile database.
Prerequisites
This lesson assumes that you have completed all preceding lessons. See Lesson 1: Starting the sample database.
This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Managing Windows Mobile databases with Interactive SQL.
Context and remarks
One of the principal uses of Interactive SQL is to browse table data. Interactive SQL retrieves information by sending a request to a database server. The database server looks up the information and returns it to Interactive SQL.
In Interactive SQL, 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 Interactive SQL from the Windows Mobile database.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |