Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 541 Bytes

File metadata and controls

29 lines (23 loc) · 541 Bytes

DBGetFormatConn

Description

Returns the ODBC connection for the specified format.

FUNCTION DBGetFormatConn(
				formatName      : STRING;
				VAR outDatabase : STRING;
				VAR outTable    : STRING): BOOLEAN;
def vs.DBGetFormatConn(formatName):
    return (BOOLEAN, outDatabase, outTable)

Parameters

Name Type Description
formatName STRING
outDatabase STRING
outTable STRING

Version

Availability: from Vectorworks 2011

Category