Skip to content

Class: cSQLConnection

Properties | Events | Methods | Index of Classes

Handles all Embedded SQL operations for one connection.

Hierarchy

cObject > cSQLConnection

Show full hierarchy and direct subclasses

Library: Common Class Library

Package: sql.pkg

Description

This class is part of the legacy interface for embedded SQL.

As of revision 23.0, DataFlex includes a brand new Embedded SQL API, including the newer and more efficient cSQLExecutor class, which you should use instead.

The cSQLConnection class handles all Embedded SQL operations for one connection. Its main purpose is to manage the statement handles used for the connection.

The number of operations you can perform for a connection is very limited. Basically, the connection is the vehicle to create statement handles.