UltraLite for MobileVB User's Guide
Tutorial: An UltraLite for MobileVB Application for Palm OS
This tutorial walks you through building an UltraLite for MobileVB application. At the end of the tutorial you will have an application and small database on the Palm emulator that synchronizes with a larger database running on your desktop machine. If you have a device set up to use TCP/IP, you can also run the application on the device.
The tutorial takes about 30 minutes if you copy and paste the code. If you enter the code yourself, it takes significantly longer.
This tutorial assumes:
you have MobileVB and Microsoft Visual Basic 6 installed on your system.
you are familiar with MobileVB and Microsoft Visual Basic 6
you can write, test, and troubleshoot a Visual Basic 6 application
you can add references and components as needed
you can use the Visual Basic Object Browser and navigate the Visual Basic 6 environment.
NoteYou can perform most of this tutorial without SQL Anywhere Studio. The synchronization sections of the tutorial require SQL Anywhere Studio.To develop applications using the UltraLite for AppForge MobileVB component, you will need the AppForge Booster. If you are missing Booster, you can get it from http://www.appforge.com/booster.html. |
The goals for the tutorial are to gain competence and familiarity with the process of developing an UltraLite for MobileVB application.