Click or drag to resize
CEDBLoadPass Method
Loads a database into the editor with login and password.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The loaded database will become the current database. If the database is already loaded, it simply becomes the current database.
Syntax
public static CEDB LoadPass(
	string str1,
	string str2,
	string str3
)

Parameters

str1
Type: SystemString
Name of database to load
str2
Type: SystemString
Login Name
str3
Type: SystemString
Password

Return Value

Type: CEDB
Handle to current edited database.
See Also