Function CSPODBCRecordset::Update()
Description:
Updates the database with the changes made to the current row of the recordset.
 |
Prototype:
bool Update();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions Delete, Refresh, Insert
|
|