This tutorial guides you through the process of building an UltraLite C++ application. The application is built for Windows desktop operating systems, and runs at a command prompt.
This tutorial is based on development using Microsoft Visual C++, although you can also use any C++ development environment.
The tutorial takes about 30 minutes if you copy and paste the code. The final section of this tutorial contains the full source code of the program described in this tutorial.
Lesson 1: Create database and connect to database
Lesson 2: Insert data into the database
Lesson 3: Select and list rows from the table
Lesson 4: Add synchronization to your application
Code listing for tutorial
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |