A key function of any database application is the ability to update the data that is stored in the database. In CUBRID ADO.NET, updating data involves using the CUBRIDDataAdapter and DataSet, and CUBRIDCommand objects; and it may also involve using transactions.
Updating Data Sources with Commands
Describes how to use a data provider to execute stored procedures or data definition language (DDL) statements.