Click or drag to resize

CSQLSRViGetDatabasesLST Method

Get a list of the database into LST

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iGetDatabasesLST(
	CLST lst,
	string server,
	string user,
	string password,
	int win_auth
)

public static int iGetDatabasesLST(
	CLST lst,
	string server,
	string user,
	string password,
	int win_auth
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
server
Type: SystemString
SQL server to use
user
Type: SystemString
User name
password
Type: SystemString
Password
win_auth
Type: SystemInt32
0 - SQL authentication, 1 - NT integrated securty

Return Value

Type: Int32
Number of database
See Also