Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 590 Bytes

File metadata and controls

29 lines (23 loc) · 590 Bytes

DBDocGetConn

Description

Get database connection info.

FUNCTION DBDocGetConn(
				databaseName    : DYNARRAY[] of CHAR;
				VAR outUserName : DYNARRAY[] of CHAR;
				VAR outPassword : DYNARRAY[] of CHAR): BOOLEAN;
def vs.DBDocGetConn(databaseName):
    return (BOOLEAN, outUserName, outPassword)

Parameters

Name Type Description
databaseName DYNARRAY[] of CHAR
outUserName DYNARRAY[] of CHAR
outPassword DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2011

Category