home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 13 / CDROM13.iso / aplicat / Direct / DIRECT.MA_ / DIRECT.MA
Encoding:
INI File  |  1997-05-13  |  1.5 KB  |  75 lines

  1. [Table01]
  2. Name=Classes
  3. Field01=Id,Counter
  4. Field02=Description,Text,50
  5. Index01=IdxId,Id
  6. Index02=IdxDescription,Description
  7.  
  8. [Table02]
  9. Name=ClassesForPerson
  10. Field01=Person,Long
  11. Field02=Class,Long
  12. Index01=IdxPerson,Person
  13. Index02=IdxClass,Class
  14. Index03=IdxPersonClass,Person;Class
  15.  
  16. [Table03]
  17. Name=People
  18. Field01=Id,Counter
  19. Field02=Treatment,Text,25
  20. Field03=Name,Text,50
  21. Field04=BirthDate,Date/Time
  22. Field05=Sex,Byte
  23. Field06=PublicArea,Text,40
  24. Field07=Complement,Text,20
  25. Field08=Zone,Text,30
  26. Field09=City,Text,35
  27. Field10=State,Text,2
  28. Field11=Zip,Text,20
  29. Field12=Country,Text,20
  30. Field13=Email,Text,200
  31. Field14=SalaryBand,Long
  32. Field15=Comment,Memo
  33. Field16=Phone,Text,30
  34. Field17=Contact,Text,50
  35. Field18=RegisteringDate,Date/Time
  36. Index01=IdxId,Id
  37. Index02=IdxTreatment,Treatment
  38. Index03=IdxName,Name
  39.  
  40. [Table04]
  41. Name=Receivers
  42. Field01=Id,Counter
  43. Field02=Person,Long
  44. Field03=SentText,Long
  45. Field04=Returned,Integer
  46. Field05=Closed,Integer
  47. Index01=IdxId,Id
  48. Index02=IdxPerson,Person
  49. Index03=IdxSentText,SentText
  50.  
  51. [Table05]
  52. Name=SalaryBands
  53. Field01=Id,Counter
  54. Field02=Description,Text,50
  55. Index01=IdxId,Id
  56. Index02=IdxDescription,Description
  57.  
  58. [Table06]
  59. Name=SentTexts
  60. Field01=Id,Counter
  61. Field02=SendingDate,Date/Time
  62. Field03=OriginalText,Long
  63. Field04=Title,Text,50
  64. Field05=Text,Memo
  65. Index01=IdxId,Id
  66. Index02=IdxOriginalText,OriginalText
  67.  
  68. [Table07]
  69. Name=Texts
  70. Field01=Id,Counter
  71. Field02=Title,Text,50
  72. Field03=Text,Memo
  73. Index01=IdxId,Id
  74. Index02=IdxTitle,Title
  75.