| Oracle9i Lite Developer's Guide for Palm Release 5.0 Part Number A90105-01 |
|
This document descibes Oracle Lite Mobile SQL. Each section of this document presents a different topic. These sections include:
Mobile SQL is an application that runs on the client device (laptop, Palm OS, EPOC, and Windows CE). It allows the user to execute SQL statements against the local database. It is both a developers tool and a code example. It allows users to access functionality provided by the ODBC and Oracle Lite OKAPI interfaces of the underlying Oracle Lite database engine. Mobile SQL for Palm Computing devices has a GUI-based interface.
Mobile SQL accesses the database through both the ODBC and OKAPI interface. Most functions are performed through ODBC, but functions that ODBC cannot handle are implemented using OKAPI function calls.
Mobile SQL provides the following:
To start using Mobile SQL follow these configuration steps:
java -version returns the Java version in use.
Once installed, a Mobile SQL icon appears on the Palm Computing device screen.
Mobile SQL is started by tapping the Mobile SQL icon on the device screen.
This is the first form displayed when the program is executed. It prompts the user to connect to a database. This is also where the user can create and delete databases.
The Main Form has the following components:
Table D-1 Main Form Options
Once the user selects a database, the program connects to that database and displays the Table Form. The Table Form provides a simple view to all the available tables in the database. If the user select a table, the table content is displayed.
The Table Form has the following components:
The SQL Form allows the user to enter SQL statements from the user interface and execute them. This allows the user to access the dynamic SQL functionality exposed by the ODBC layer.
The SQL Form has the following components:
The Edit Row Dialog allows the user to modify columns of a specific row or create a new row.
The Edit Row Dialog has the following components:
Table D-2 Edit Row Dialog Options
The following lists all the features implemented specifically for the Palm OS:
|
|
![]() Copyright © 2001 Oracle Corporation. All Rights Reserved. |
|