![]() |
Creating a Synchronized System
|
|
Determining the Database TypeYou can determine whether an existing database is a source, target, or standard (non synchronization-enabled) database. To determine the type of database, use the COM.cloudscape.database.PropertyInfo.getDatabaseProperty method. For example, for a target database, the following query returns true; for a non-target database, it returns false: VALUES PropertyInfo.getDatabaseProperty('cloudscape.database.target') For a source database, the following query returns true; for a non-source database, it returns false: VALUES PropertyInfo.getDatabaseProperty('cloudscape.database.source') |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |