Click or drag to resize
OdbcDsn Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineOdbcDsn

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class OdbcDsn : IOdbcDsn

The OdbcDsn type exposes the following members.

Constructors
  NameDescription
Public methodOdbcDsn
Initializes a new instance of the OdbcDsn class
Top
Properties
  NameDescription
Public propertyBit32
This parameter is optional. Default is false. Is set to true if the version of ODBC is 32-bit.
Public propertyDescription
Description of the ODBC connection.
Public propertyName
Name of the ODBC connection.
Public propertyUserOnly
This parameter is optional. Default is false. Is set to true if the connection is User DSN. The connection works only for a specific user.
Top
See Also