URL Attributes for Synchronization
Page 3 of 4

createSource=true

Function

The createSource attribute specifies to create a synchronization-enabled source database, and is used in place of create=true. It has two possible values: true and false. The default is false.

Set the createSource attribute only once, at the time you create the source database. If you specify createSource for a database that already exists, it has no effect, and no warning is issued.

Example

The following database connection URL creates and connects to a source database on a Cloudconnector server:

jdbc:cloudscape:weblogic:MySourceDB;createSource=true

NOTE: To convert an existing non-synchronization-enabled database to a source database, use the convertToSource=true attribute in the database connection URL.