Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite Static C++ API Reference

ULConnection class

GetCA method


Prototype 

SQLCA *GetCA( )

Description 

Retrieves the SQLCA associated with the current connection.

This function is useful if you are combining embedded SQL and the C++ API in a single application.

Returns 

A pointer to the SQLCA.

Example 
ULConnection conn;
conn.Open();
conn.GetCA();
See also 

The SQL Communication Area (SQLCA)


Collection Contents Previous Next PDF