UltraLite User's Guide
C++ API Reference
ULConnection class
SQLCA *GetCA( )
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.
A pointer to the SQLCA.
ULConnection conn; conn.Open(); conn.GetCA();
The SQL Communication Area (SQLCA)