The executable files and corresponding source code are located in the samples-dir\SQLAnywhere\C directory. For Windows CE, an additional example is located in the samples-dir\SQLAnywhere\CE\esql_sample directory.
Start the SQL Anywhere sample database, demo.db.
Run the file curwnt.exe.
Follow the on-screen instructions.
The various commands manipulate a database cursor and print the query results on the screen. Enter the letter of the command you want to perform. Some systems may require you to press Enter after the letter.
Run the file dcurwnt.exe.
Each sample program presents a console-type user interface and prompts you for a command. Enter the following connection string to connect to the sample database:
DSN=SQL Anywhere 10 Demo
Each sample program prompts you for a table. Choose one of the tables in the sample database. For example, you can enter Customers or Employees.
Follow the on-screen instructions.
The various commands manipulate a database cursor and print the query results on the screen. Enter the letter of the command you want to perform. Some systems may require you to press Enter after the letter.
The Windows versions of the example programs use the Windows graphical user interface. However, to keep the user interface code relatively simple, some simplifications have been made. In particular, these applications do not repaint their Windows on WM_PAINT messages except to reprint the prompt.