Contents Index CountUploadRows method GetLastIdentity method

UltraLite Static C++ User's Guide
  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)


Contents Index CountUploadRows method GetLastIdentity method