Each interface has a Database Profile Setup dialog box where you can set interface-specific connection parameters. Figure 13-2 shows the dialog box for ODBC.
Requirement for UltraLite 10 database profile
To create a database profile for an UltraLite 10 database,
you must copy the ulrt10.dll file from the
SQL Anywhere 10 ultralite\win32\386\lib\vs7 directory
to the PocketBuilder 2.5 directory. To use an UltraLite 10 database with
a PocketBuilder application on a handheld device, you must copy
the ulrt10.dll file from the SQL Anywhere 10 ultralite\ce\arm (Pocket
PC) or ultralite\ce\arm.50 directory
(Windows Mobile) to the application or the Windows directory of
the device.
Figure 13-2: The Database Profile Setup dialog box
The Database Profile Setup dialog box groups similar connection parameters on each tab page and lets you set their values easily by using check boxes, drop-down lists, and text boxes. Basic (required) connection parameters are on the Connection tab page, and additional connection options, including additional database parameters and SQLCA properties, are on the other tab pages.
As you complete the Database Profile Setup dialog box in PocketBuilder, the correct PowerScript connection syntax for each selected option is generated on the Preview tab. You can copy the syntax you want from the Preview tab into a PocketBuilder application script.