Click or drag to resize
CDBCreate Method
This method makes a brand new database of the specified size. 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 static void Create(
	string str1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	string str7,
	string str8
)

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)
str7
Type: SystemString
Name of the Super User "SUPER"
str8
Type: SystemString
Password of the Super User ""
See Also