UltraLite Static C++ API Reference
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)
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.