Skip to content

Class: cSQLHandleManager

Properties | Events | Methods | Index of Classes

Base entry point for all Embedded SQL operations.

Hierarchy

cObject > cSQLHandleManager

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 cSQLHandleManager class is the base entry point for all Embedded SQL operations. All connections are created through an object of this class.

An object of the cSQLHandleManager class can handle connections to multiple drivers. You would never need more than one object of this class in any program. However, programmer's preference and readability of code can be good arguments to create more than one cSQLHandleManager object in a program. Furthermore, third parties may offer classes that internally use cSQLHandleManager objects. All these different types of usage are supported.