Switch to: V12V11V10V9V8V7V6V5

VConnection Class

Description

The VConnection class represents a connection to a Valentina Server.

When you need to connect to a Valentina Server, you first create a VConnection object and open the connection. Then you can execute SQL commands using this object, or you can create one or more VDatabase objects in the scope of this connection passing the connection object into the VDatabase constructor.

The Valentina ADK 4.0 has added a Valentina.LocalConnection property, which allows to extend the abstraction of a connection to work with local databases.

Properties

Methods

Construction Methods

Connection Methods

SQL Methods