home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / genmb108.zip / dbtest3.nrx < prev    next >
Text File  |  1996-11-09  |  261b  |  10 lines

  1. dbMine = RXDbase()
  2. rxfTemp = RXFile()
  3. rDb = Rexx
  4.  
  5. rxfTemp.charout("Database to rebuild>")
  6. rDb = rxfTemp.linein()
  7. say 'After the connection the DB is: 'dbMine.connect(rDb)
  8. say dbMine.globalrebuildidx()
  9. say 'Disconnection returned: 'dbMine.disconnect()
  10.