Creating a Windows Mobile database

You can create a SQL Anywhere database for your Windows Mobile device:

  • With the Sybase Central Create Database Wizard to create a database that can be copied directly to your Windows Mobile device.

  • With the Initialization utility (dbinit) to create a database that can be copied manually to your Windows Mobile device.

  • With the CREATE DATABASE statement in Interactive SQL to create a database that can be copied manually to your Windows Mobile device.

Note

When you run a database on Windows Mobile, the database server automatically turns on checksums. This helps to provide early detection if the database file becomes corrupt.

For information about decisions you need to make creating a Windows Mobile database, see:


Create a Windows Mobile database using Sybase Central
Create a Windows Mobile database using dbinit
Create a Windows Mobile database using the CREATE DATABASE statement
Copy a database to your Windows Mobile device