A new function, ctsqlNewDACursor, was added. This function provides a convenient way to access sqlda information through a high-level API without the need to use the c-treeACE SQL Direct SQL infrastructure.
The ctsqlNewDACursor function takes a sqlda as a parameter and returns a pCTSQLCURSOR. The sqlda passed in must stay valid until the cursor is freed. It is the programmer’s responsibility to free the cursor and the sqlda.
Limitations on the CTSQLCURSOR:
Note: These functions are intended for internal API usage and are documented solely for completeness of API available.