Click or drag to resize
QvxConnectOptions Class
Connection options
Inheritance Hierarchy
SystemObject
  QlikView.Qvx.QvxLibraryQvxConnectOptions

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public sealed class QvxConnectOptions

The QvxConnectOptions type exposes the following members.

Constructors
  NameDescription
Public methodQvxConnectOptions
Constructor for setting connection options.
Top
Properties
  NameDescription
Public propertyAllowPrompt
If true, then user prompts are allowed. ATTENTION! This option is always set to false for QlikView 12 and above.
Public propertyAutoCommit
If true, automatically commit SQL statement immediately after it is executed.
Public propertyConnectTimeoutSec
The number of seconds to wait for any request on the connection to complete before returning to the application.
Public propertyIsEmpty
Static option set to true
Public propertyLoginTimeoutSec
The number of seconds to wait for a login request to complete before returning to the application.
Public propertyProvider
Connector namet hat is equivalent to the Connector file name.
Public propertyReadOnly
If true, open data source as read-only.
Top
See Also