Data synchronization requires a consolidated database for UltraLiteJ to synchronize with. In this lesson, you create a SQL Anywhere database.
dbinit HelloBlackBerry.db |
From the Start menu, choose Programs » SQL Anywhere 11 » SQL Anywhere » ODBC Administrator.
The ODBC Data Source Administrator window appears.
The Create New Data Source Wizard appears.
The SQL Anywhere 11 ODBC Configuration window appears.
These are the default login name and password for all SQL Anywhere databases, and should not be used in a production environment.
dbisql -c dsn=HelloBlackBerry |
CREATE TABLE Names ( ID UNIQUEIDENTIFIER NOT NULL DEFAULT newID(), Name varchar(254), PRIMARY KEY (ID) ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |