home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / BTCLOSE2.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  307 b   |  10 lines

  1. %======================  bt_close/2        ===============================
  2. DOMAINS
  3.   DB_SELECTOR = mydba
  4.  
  5. GOAL    db_open(mydba,"dd.bin",in_file),
  6.     bt_open(mydba,"personnames",BtreeSel),
  7. % ......... Update and access the databse here........
  8.         bt_close(mydba,BtreeSel),
  9.         db_close(mydba).
  10.