/ Reset read/write position values. */ /
| 349 | /* Reset read/write position values. */ |
| 350 | /***********************************************************************/ |
| 351 | void TDBMUL::ResetDB(void) |
| 352 | { |
| 353 | for (PCOL colp = Columns; colp; colp = colp->GetNext()) |
| 354 | if (colp->GetAmType() == TYPE_AM_FILID) |
| 355 | colp->COLBLK::Reset(); |
| 356 | |
| 357 | Tdbp->ResetDB(); |
| 358 | } // end of ResetDB |
| 359 | |
| 360 | /***********************************************************************/ |
| 361 | /* Returns RowId if b is false or Rownum if b is true. */ |