Using the ESQL Sample

 Use the ESQL Sample

The ESQL Sample demonstrates a simple application that uses the embedded SQL programming interface. This application allows you to start the sample database running on the network database server, and access data using SQL statements.

The source code for this sample can be found in %SQLANYSAMP12%\SQLAnywhere\ce\esql_sample.

You can load this project file in Visual Studio 2005 from: %SQLANYSAMP12%\SQLAnywhere\ce\esql_sample\esql_sample.sln.

Note

In the ESQL Sample user interface, SQL statements must be entered on a single line.

  1. Start the ESQL Sample by tapping Start » Programs » SQLAny12 » ESQL Sample.

  2. Tap Connect to connect to the sample database using the default connection string.

  3. Tap ExecSQL to execute the default SQL statement, SELECT * FROM Employees.

    Data from the Employees table appears in the data window.

  4. Use the scroll bars to view Employee table data.

  5. To access data in the Customers table, type SELECT * FROM Customers, and tap ExecSQL.

    Customer data replaces the employee data in the data window.

  6. Tap Menu » Disconnect to shut down the network database server.

    The ESQL Sample disconnects and the network database server shuts down.

  7. Close the ESQL Sample by tapping x in the top right corner of the window.