Database table connector use a single database table to store the Account attributes.
The new "Database Table Conversion Utility" server task will convert adapter to connector.
For further information please see the migration page located at the connector sources.
The connector is backward compatible with adapter. All features from the adapter have been implemented. except the "noPasswords" property. The empty password column has the same effect as the "noPasswords" property on.
This property activate activeSync support.
The changeLogColumn will handle the synchronization marker property.
This property is used in databae connection live check. It can
be empty.
Some databases needs to provide a simple select to do the connection
check.
e.g. "SELECT 1 FROM DUAL"
on Oracle is more effective
then default switch autocommit on/off.
This checkbox property force native attributes get/set from the
resource.
Some jdbc strict database as DerbyDB may require it.
Newly supported are DataSource name and jndiProperties
configuration properties. If your server environment supports
datasources, you can set up the datasource name, e.g: java:comp/env/jdbc/mysql
which in case of tomcat corespond to following application context
descriptor.
When new datasource is configured, the user, host, password and port
could be left empty.
Connector Version | Framework Version | Supported Resource Version(s) |
---|---|---|
1.0 | 1.0 |
|
Note: The "Framework Version" listed is the minimum required framework version for that version of the connector. Newer framework versions are backwards compatible and will support previous connectors.
These are the properties that can be specified on the Configuration object when setting up the Connector.