SUMMARY
With Microsoft(r) ActiveSync(r) 3.1 and the ActiveX(r) Data Objects (ADO) for the Microsoft Windows(r) CE operating system (ADOCE) 3.1 installed, you can manually import selected tables from Microsoft Access .mdb files or from Open Database Connectivity (ODBC) sources to a Windows CE-based device. This is convenient if you update data in a single table in a database. This article describes how to import a table to an ADOCE database.
back to the top
Requirements
This list outlines the recommended hardware, software, network infrastructure, and service packs that you will need:
- Microsoft Access 97, Microsoft Access 2000, or Microsoft SQL Server(tm)
- Microsoft ActiveSync 3.1
- Microsoft Windows CE-based device
back to the top
How to Import a Table into an ADOCE Database
With Microsoft ActiveSync 3.1 and the ADOCE control installed, you can manually import selected tables from Microsoft Access .mdb files to a Windows CE-based device. It is faster to transfer selected tables in a database than to transfer the contents of an entire database. In the
Import from Database to Mobile Device dialog box, you can select which tables and fields to convert to ADOCE databases.
To import a Microsoft Access table and field to a device, follow these steps:
- Connect the device to the desktop computer, and open ActiveSync 3.1.
- On the Tools menu, click Import Database Tables.
- In the Open dialog box, select the Microsoft Access .mdb file that contains the table that you want to import.
- In the Import from Database to Mobile Device dialog box, select the check box for the table and field that you want to import, and clear the check boxes for the tables and fields that you do not want to import.
- Select the Read-Only check box for tables that you want to make read-only.
- Select the Overwrite existing tables and/or data check box to replace tables on the device that have the same name as the tables in the .mdb file.
- Click OK to begin the conversion. You can also initiate the conversion by dragging the .mdb file to the device icon in the ActiveSync Mobile Devices window. This replaces steps 2 and 3 in the procedure.
You may also choose to import tables from an ODBC data source. To import data from an ODBC data source into a device, follow these steps:
- Connect the device to the desktop computer, and open ActiveSync 3.1.
- On the Tools menu, click Import Database Tables.
- In the Open dialog box, in the Files of Type list box, click ODBC Database.
- Select an ODBC data source.
- In the Import from Database to Mobile Device dialog box, select the check box for the table and field that you want to import, and clear the check boxes for the tables and fields that you do not want to import.
- Select the Read-Only check box for tables that you want to make read-only.
- Select the Overwrite existing tables and/or data check box to replace tables on the device that have the same name as the tables in the database file.
- Click OK to begin the conversion.
back to the top
Additional Information
The
Import from Database to Mobile Device dialog box includes the following features:
- Select the tables and fields to copy tree view:
This area of the dialog box provides a hierarchical view of the tables and fields in the Access database that are selected for conversion. To copy a table or field to a device, select the check box by the field name or table name. During the conversion process, each selected Access table becomes a separate database in the Databases folder of a Windows CE-based device. By default, all fields except OLE Object fields are automatically selected for conversion.
All tables list an extra Read-Only field that enables you to make the database table read-only on the device. - Overwrite existing tables and/or data check box:
If you select this check box, ADOCE replaces an existing table with a converted table if the tables share the same name. If you do not select this check box, the converter does not overwrite an existing table. Instead, the converter attempts to create a new name for the converted table by appending a number, 0 through 9, to the end of the table name. If ADOCE cannot generate a unique table name, a dialog box appears to indicate that the table conversion has failed. - Default button:
Click Default to select the default fields for conversion. This automatically selects all fields, except OLE Object fields, for conversion and clears the Read-Only fields. The defaults apply to all tables in the .mdb file. - OK and Cancel buttons:
Click OK button to start the conversion of the selected tables. Click Cancel to quit the conversion.
For each .mdb file that is imported, the converter generates a log file named Db2ce.txt in the partner folder for the device, usually in C:\Program Files\Windows CE Services\Profiles\<
devicename> folder.
back to the top