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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_ResultSet_iface class

 

DeleteNamed function

Deletes the current row and moves it to the next valid row.

Syntax
bool UltraLite_ResultSet_iface:DeleteNamed(
  const ULValue & table_name
)
Parameters
  • table_name   A table name or its correlation (required when the database has multiple columns that share the same table name.