Implementation

The Open Client migration feature is implemented as a new property with the default set to true. This occurs in all versions of Open Client. Upgrading Open Client to use the new feature depends on how the client application was built: If static libraries were used, the application must be relinked; if shared libraries were used, only shared libraries need be replaced.

You can disable the feature by setting the new CS_PROP_MIGRATABLE property to CS_FALSE using ct_config and ct_con_props.

NoteThis feature is only available when connected to a server that supports connection migration.