Use Interactive SQL to view and manipulate the data and add and modify database objects in your Windows Mobile database.
Prérequis
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.
Contexte et remarques
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.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |