Function CSPODBCRecordset::Refresh()
Description:
Replaces the current row's data with the original data in the database.
 |
Prototype:
bool Refresh();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions Delete, Update, Insert
|
|