home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-05-13 | 1.5 KB | 75 lines |
- [Table01]
- Name=Classes
- Field01=Id,Counter
- Field02=Description,Text,50
- Index01=IdxId,Id
- Index02=IdxDescription,Description
-
- [Table02]
- Name=ClassesForPerson
- Field01=Person,Long
- Field02=Class,Long
- Index01=IdxPerson,Person
- Index02=IdxClass,Class
- Index03=IdxPersonClass,Person;Class
-
- [Table03]
- Name=People
- Field01=Id,Counter
- Field02=Treatment,Text,25
- Field03=Name,Text,50
- Field04=BirthDate,Date/Time
- Field05=Sex,Byte
- Field06=PublicArea,Text,40
- Field07=Complement,Text,20
- Field08=Zone,Text,30
- Field09=City,Text,35
- Field10=State,Text,2
- Field11=Zip,Text,20
- Field12=Country,Text,20
- Field13=Email,Text,200
- Field14=SalaryBand,Long
- Field15=Comment,Memo
- Field16=Phone,Text,30
- Field17=Contact,Text,50
- Field18=RegisteringDate,Date/Time
- Index01=IdxId,Id
- Index02=IdxTreatment,Treatment
- Index03=IdxName,Name
-
- [Table04]
- Name=Receivers
- Field01=Id,Counter
- Field02=Person,Long
- Field03=SentText,Long
- Field04=Returned,Integer
- Field05=Closed,Integer
- Index01=IdxId,Id
- Index02=IdxPerson,Person
- Index03=IdxSentText,SentText
-
- [Table05]
- Name=SalaryBands
- Field01=Id,Counter
- Field02=Description,Text,50
- Index01=IdxId,Id
- Index02=IdxDescription,Description
-
- [Table06]
- Name=SentTexts
- Field01=Id,Counter
- Field02=SendingDate,Date/Time
- Field03=OriginalText,Long
- Field04=Title,Text,50
- Field05=Text,Memo
- Index01=IdxId,Id
- Index02=IdxOriginalText,OriginalText
-
- [Table07]
- Name=Texts
- Field01=Id,Counter
- Field02=Title,Text,50
- Field03=Text,Memo
- Index01=IdxId,Id
- Index02=IdxTitle,Title
-