DbConnection myRemoteDbConnection;
UrlDbClassifier myRemoteClassifier;
if( myLocalDbConnection.getVersion() == "6.00000000" ) {
DbConnectionData myDbCD;
myDbCD.remoteServerData.encryptionKey = "...";
myDbCD.remoteServerData.encryptionData = "...";
myRemoteClassifier = myUrlClassification::createDbClassifier( remoteDbConnection );
G_UrlClassifierToUse = myRemoteClassifier;
}