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)| Name | Type | Description |
|---|---|---|
| databaseName | DYNARRAY[] of CHAR | |
| outUserName | DYNARRAY[] of CHAR | |
| outPassword | DYNARRAY[] of CHAR |
Availability: from Vectorworks 2011