Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 538 Bytes

File metadata and controls

30 lines (23 loc) · 538 Bytes

DBSetFormatConn

Description

Set ODBC connection for the specified format.

FUNCTION DBSetFormatConn(
				formatName : STRING;
				database   : STRING;
				tableName  : STRING): BOOLEAN;
def vs.DBSetFormatConn(formatName, database, tableName):
    return BOOLEAN

Parameters

Name Type Description
formatName STRING The format name.
database STRING The name of the data source.
tableName STRING The table name.

Version

Availability: from Vectorworks 2011

Category

  • ODBC