Click or drag to resize

CEDBLoadPass Method

Loads a database into the editor with login and password.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CEDB LoadPass(
	string name,
	string login,
	string password
)

public static CEDB LoadPass(
	string name,
	string login,
	string password
)

Parameters

name
Type: SystemString
Name of database to load
login
Type: SystemString
Login Name
password
Type: SystemString
Password

Return Value

Type: CEDB
Handle to current edited database.
Remarks
The loaded database will become the current database. If the database is already loaded, it simply becomes the current database.
See Also