There are three methods for creating a SQL Anywhere database for your Windows CE device:
With the Sybase Central Create Database wizard to create a database that can be copied directly to your Windows CE device.
With the Initialization utility (dbinit) to create a database that can be copied manually to your Windows CE device.
With the CREATE DATABASE statement in Interactive SQL to create a database that can be copied manually to your Windows CE device.
Enable checksums for Windows CE databasesWhen creating a database that will be deployed to Windows CE, you should enable checksums. This helps to provide early detection if the database file becomes corrupt. |
For information about decisions you need to make creating a Windows CE database, see:
Creating a Windows CE database using Sybase Central
Creating a Windows CE database using dbinit
Creating a Windows CE database using the CREATE DATABASE statement
Copying a database to your Windows CE device