Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 656 Bytes

File metadata and controls

31 lines (25 loc) · 656 Bytes

DBGetFormatFieldConn

Description

Get ODBC connection for the specified format field.

FUNCTION DBGetFormatFieldConn(
				formatName     : STRING;
				VAR fieldName  : STRING;
				VAR columnName : STRING;
				VAR linkType   : INTEGER): BOOLEAN;
def vs.DBGetFormatFieldConn(formatName):
    return (BOOLEAN, fieldName, columnName, linkType)

Parameters

Name Type Description
formatName STRING
fieldName STRING
columnName STRING
linkType INTEGER 0 = Read/Write; 1 = Read Only; 2 = Write Only

Version

Availability: from Vectorworks 2011

Category