The CommitData method updates one or more records in the database storage.
DBStorage.CommitData(Null, Data)
The following example is used after the contents of the OrderForm have been updated to save the data in the order form table in the application database:
REM -- commit order form back to storage:
call orderFormStorage.CommitData(Null, orderForm)
Note The CommitData method does not support database tables containing fields of type TimeStamp. Instead, use the DateChanged argument to the DBStorage.InitStorage method, which provides the same functionality as using TimeStamp fields.