Contents Index Lesson 4: Deploy to a device Deploy to a remote device using the Application Install Wizard

UltraLite ActiveX User's Guide
  Tutorial: An UltraLite Application for PocketPC
    Lesson 4: Deploy to a device

Deploy to a remote device manually


The following procedures deploy your application to a Windows CE device manually.

To add the UltraLite ActiveX control to your device

  1. Start the Windows CE Control manager.

    Select Tools > Remote Tools > Control Manager.

  2. In the left pane, double-click your device type and select your device. Your device must be connected.

    The right pane shows the controls available on the selected device.

  3. Choose Control > Add New Control.

  4. Browse to the appropriate version of the UltraLite ActiveX control, located in one of the following platform-specific subdirectories of your SQL Anywhere installation:

  5. Click OK.

    Alternatively, you can copy the DLL to the \Windows directory on the device and register it using regsvrce.exe.

To deploy the database schema file to your device

  1. Start the Windows CE File Viewer.

    From eMbedded Visual Basic, choose Tools > Remote Tools > File Viewer.

  2. If the File Viewer does not automatically connect to your device, choose Connection > Add Connection and select your device.

  3. Create a folder to hold your application.

  4. Deploy the schema file to your device.

To deploy your application to a remote device

  1. Select File > Make.

  2. Browse to c:\tutorial\evb. Name your project Form1. Click OK.

  3. Deploy the .vb file to your device.

You can now launch the sample application on your remote device by browsing to Program Files\tutorial and launching Form1.vb.


Contents Index Lesson 4: Deploy to a device Deploy to a remote device using the Application Install Wizard