Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

createSyncParms method

Creates a synchronization parameters set for HTTP synchronization.

Syntax
SyncParms Connection.createSyncParms(
  String userName,
  String version
) throws ULjException
Parameters
  • userName   The unique MobiLink user name for this client database.

  • version   The MobiLink script version.

See also
Returns

The SyncParms object.