Click or drag to resize
CDBOpen Method
This method opens a database.

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 CDB Open(
	string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
name of the Database File to Open
str2
Type: SystemString
Name of the user ("SUPER" normally)
str3
Type: SystemString
Password of the user ("" normally)

Return Value

Type: CDB
DB Object
See Also