Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_Cursor_iface class

SetNull function Next Page

SetSuspend function


Synopsis

void UltraLite_Cursor_iface::SetSuspend(
bool suspend
)

Parameters
Remarks

Sets the value of the Suspend property.

Use the persistent name parameter when opening the associated object to identify suspended cursors. If you do not supply a persistent name parameter for this cursor, you cannot suspend it.

Returns