Subsequently Starting an Application

Subsequent start-ups are different from the first start-up.

Starting an application on subsequent occasions:
  1. Set up the com.sybase.mobile.Application instance with the required com.sybase.mobile.ConnectionProperties, including user credentials.
  2. Set up the connection profile properties if needed for database location and tuning parameters.
  3. Set up the synchronization profile properties if needed for SSL or a relay server.
  4. Start the application connection to the server.
  5. Open the database connection.

    You can do this in parallel with starting the application connection to the server.

Related reference
Application APIs