Create a database on your desktop computer and then copy the file onto your Windows Mobile device.
Prerequisites
Your ability to execute the CREATE DATABASE statement depends on the setting for the -gu option, and whether you have the SERVER OPERATOR system privilege.
In Interactive SQL, connect to a database. You must be connected to a database to create another database. For example, connect to the utility database.
Type the following statement in the SQL Statements pane of Interactive SQL, where database-name is the name of the new database:
CREATE DATABASE 'c:\\temp\\database-name.db' DBA USER 'DBA' DBA PASSWORD 'sql' TRANSACTION LOG ON CHECKSUM ON; |
From the SQL menu, click Execute.
A database and transaction log are created in the c:\temp directory of your computer.
Copy the database file to your Windows Mobile device.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |