Click or drag to resize
CDBCreateDupComp Method
This method makes a brand new database identical to the input Database in-size except it changes the compression. The database is opened in ReadWrite Mode.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void CreateDupComp(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
name of the Database File to Create
i2
Type: SystemInt32
See DB_COMPConstant
See Also