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

SAP Sybase SQL Anywhere 16.0 » UltraLite - C and C++ Programming » Application development » UltraLite C++ application development » Data creation and modification using SQL statements

 

Data modification using INSERT, UPDATE and DELETE

With UltraLite, you can perform SQL data manipulation by using the ExecuteStatement method, a member of the ULPreparedStatement class.

 See also

Inserting a row in a table
Deleting a row in a table
Updating a row in a table