Click or drag to resize
CDBGrow Method
Enlarges the database.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void Grow(
	string str1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

str1
Type: SystemString
name of the Database File to Create
i2
Type: SystemInt32
Max Lines in the Database (200)
i3
Type: SystemInt32
Max Channels in the Database (50)
i4
Type: SystemInt32
Max Blobs in the Database (Channels+Lines+20)
i5
Type: SystemInt32
Max Users in the Database (10)
i6
Type: SystemInt32
Number of Erase Caches (100)
See Also