home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QRDB43F.ZIP / README.1ST < prev    next >
Text File  |  1995-08-26  |  4KB  |  90 lines

  1. If you are upgrading from a version 4.2s or later you need only replace
  2. the .Exe files that have changed.
  3.  
  4.           -------------------------------------------------
  5. If you are upgrading from a version earlier than 4.2s, the Language File
  6. structure was changed. You need to replace the .Exe and QRDBLANG.Dbf
  7. files with the ones in this update. If you are using a special Language
  8. file and are updating from a verrsion prior to 4.2s then you need to
  9. change the language file, change it as follows.
  10.  
  11. field r12 thru r15 are changed from 70 characters in length to 20
  12. characters long.
  13. fields r16 and r17, 70 characters long were added.
  14.  
  15.  
  16. r12:='Memo not Found';
  17. r13:='Version Unknown';
  18. r14:='Could not Open';
  19. r15:='Notify Sysop';
  20. r16:=' User With Edit Access has File, please try later ');
  21. r17:=' File is in use, Only Read Access can be given  ');
  22.  
  23.           -------------------------------------------------
  24.  
  25. If you are updating from Versions of QRDB prior to 3.x read the following.
  26.  
  27. If you have type 3 Database files, use QRDBMgr to check Security levels.
  28. Add, Edit and Delete features have been added to the type 3 DataBase,
  29. and security level fields in QRDBMgr have been expanded to control
  30. access. One other thing on the type 3 DataBase field codes in QRDBMgr
  31. have also been changed to N,O,R and K. The old (D) code will be
  32. interperted as (O) in any existing files.
  33.  
  34. ║ │                 │ │(N)/A                                           │    ║
  35. ║ │                 │ │(O)pt                                           │    ║
  36. ║ │                 │ │(R)eq                                           │    ║
  37. ║ │Name      Typ Len│ │(K)ey  Display Label                   Line Col │    ║
  38.  
  39. The following is an answer to a couple of Frequently asked questions
  40.  
  41. 1. QRDB looks in the directory it is run from for, DorInfo*.Def or
  42. Door.Sys. So it should be run from the directory your system puts
  43. Door.Sys in. Door.Sys shouldn't be put in the QRDB directory, because if
  44. it is you can only run one node as the QRDB directory can contain only
  45. one copy of Door.Sys.
  46.  
  47. 2. QRDB uses the following lines from Door.sys
  48.  
  49. 1.  Comm Port - COM0: = LOCAL MODE
  50. 2.  Baud Rate
  51. 10. User Full Name (First and Last)
  52. 11. Calling From (City, State)
  53. 15. Security Level
  54. 19. Minutes Remaining THIS call
  55. 20. Graphics Mode - GR=Graph, NG=Non-Graph
  56. 21. Page Length
  57.  
  58.           -------------------------------------------------
  59.  
  60.  
  61.  
  62. Version 4.2 added expanded User Record Ownership support for type the 3
  63. database. In the case of a Type 3 database where rebuilding indexes is
  64. common. QRDB will maintain a .Dbf field named REC_OWNER. It will place
  65. the name of the originator of a record in the REC_OWNER field. QRDBMgr
  66. will then use that name when rebuilding indexes.
  67.  
  68. If you are interested in who own's user generated records in Type 3
  69. database's that were created prior to this Version 4.2 User Record
  70. Ownership support. Run ListKeys <Index FileName>
  71. Example:   ListKeys USERBBSO.IDX
  72.  
  73. Version 4.2 also adds a new search feature. It provides a fast search
  74. for use with a very large databases. The search is similar to QRDB's other
  75. search function with the difference that this function searches key
  76. fields only for it's string match. In the case of a dual word search it
  77. looks for the first word in the key fields. If it finds a match, then it
  78. searches the complete record for the second word. A Command Line Options
  79. /K is required if QRDB is to include the special Key field Search. This
  80. feature was inspired by a user with a 1.5 million record database.
  81.  
  82. A file that was added in ver 4.0, QRDBLang.DBF is also required.
  83. If you use the Fossil version of QRDB, it is the file called QRDB_fos.Exe,
  84. depending on your setup you may have to rename it QRDB.Exe. Earlier
  85. fossil versions were in a seperate package and were called QRDB.Exe.
  86.  
  87.  
  88.  
  89.  
  90.