home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / PCBDBF1.ZIP / README.PLZ < prev   
Text File  |  1991-10-01  |  4KB  |  80 lines

  1. PCBDBF Ver 1.0  By Bill Shields (Freeware/non-Nagware (like all my programs))
  2.  
  3. PCBDBF is a database program that stores information in a PARADOX format.  You
  4. can easily create a database from an ASCII text file.  Below is an example of 
  5. the BBS.DAT configuration file:
  6.  
  7.  
  8. A4 BBS Area Code
  9. A10 Phone number
  10. A20 BBS name
  11. D Date last on (MM/DD/YY)
  12. N Rating (1 to 10)
  13.  
  14.  
  15. - The "A" tells the program that this field is alpha-numeric, the number after
  16. it is the field size.  
  17.  
  18. - The "D" is for a date field.  The date must be entered in the format MM/DD/YY.
  19. Invalid dates will abort the data entry process.
  20.  
  21. - The "N" designates a numeric field and currency field.  This permits 15 
  22. digits.
  23.  
  24. - An "S" will permit the range of signed integers betwee -32,767 and 32,767.
  25.  
  26. The string following the field type identifier is the fieldname.  The 
  27. fieldname can be up to 25 characters long with spaces.  The fieldname can 
  28. have any printable character except ",[],{},#,(), and the combination ->.
  29. The fieldname cannot duplicate another field name in the same database.
  30.  
  31.  
  32. LIMITATIONS: 
  33.                  MAX FIELDS - 20 (twenty lines in filename.DAT file)
  34.              MAX FIELD SIZE - 60 (length of input)
  35.                 RECORD SIZE - 4000 bytes
  36.               DATABASE SIZE - 256 MB 
  37.           NUMBER OF RECORDS - What ever will fit in 256MB 
  38.  
  39. NOTE: The "MAX FIELDS" and "MAX FIELD SIZE" are hardwired into the program as 
  40. such.  PARADOX will actually support 255 fieldnames.  For this "test" 
  41. application I kept it at 20.
  42.  
  43. MENU OPTIONS: The programs main menu will provide you with the option to 
  44. A)dd, S)earch, or Q)uit the program.   If a search is successful you would be 
  45. provided the opportunity to continue search, edit, or delete data.  
  46.  
  47. USAGE: pcbdbf <"title of program"> <database name>
  48.  
  49. The "title of program" must be enclosed in quotes if it is longer then one
  50. word.  This title will be displayed at the top of the screen.  The database
  51. name supplied must not have an extension!  
  52.  
  53. CREATING A DATABASE: You must have a filename.DAT file, which follows the 
  54. above format, in the default area to create a database.  The program will 
  55. create a filename.DB file from the configuration file.  Once the filename.DB 
  56. database file is created the filename.DAT configuration file is no longer 
  57. needed.  Soooo, after the application database is created you only require 
  58. two files; PCBDBF.EXE and the database.DB file.
  59.  
  60. Programmers notes:
  61. This initial release is the results of two days work.  I just bought the 
  62. PARADOX engine ver 2.0 and this is my first program (basically testing its
  63. capabilities).  In its current state I imagine it may be of use to you, however
  64. bear in mind that this is not a full blown database package.  It will allow 
  65. you to add, edit, and delete data from a database (supposedly supporting a 
  66. mult-user environment; haven't tested it yet).  
  67.  
  68. This will be a public domain, supported, program.  In my job some of my best
  69. ideas come from people who use my programs.  If you have some ideas for the
  70. program, by all means let me know (on the SALTAIR) it may make its way into 
  71. the next release.  Right now I have to many programs on the front burner to 
  72. go into this one like I would like to.  There is a pin-hole-of-a-light at the
  73. end of the tunnel which means that this package will grow in time...   
  74. Meanwhile I'm setting this package aside to finish packages previously 
  75. started.
  76.  
  77.  
  78.                 --->THE KID<---     
  79.  
  80.