home *** CD-ROM | disk | FTP | other *** search
-
- ; Field types are defined as follows.
- ; FLD_CHAR_FIXED 1
- ; FLD_CHAR_VAR 2
- ; FLD_DECIMAL 3
- ; FLD_LONG 4
- ; FLD_INTEGER 5
- ; FLD_FLOAT 6
- ; FLD_DBL_FLOAT 7
- ; FLD_DATETIME 8
- ; FLD_DATE 9
- ; FLD_TIME 10
- ; FLD_UNKNOWN 11
-
- ;**************************************************************************
- ; Header record.
- ;**************************************************************************
-
- [Header]
- NoFields=6
- NoRecs=25
- Fld1Name=Name
- Fld2Name=Address
- Fld3Name=City
- Fld4Name=State
- Fld5Name=Zip
- Fld6Name=CustID
-
- ;**************************************************************************
- ; Field information records.
- ;**************************************************************************
-
- [Name]
- Type=2
- RefWidth=20
- DispWidth=20
- Format=Default
-
- [Address]
- Type=2
- RefWidth=20
- DispWidth=20
- Format=Default
-
- [City]
- Type=2
- RefWidth=20
- DispWidth=20
- Format=Default
-
- [State]
- Type=2
- RefWidth=20
- DispWidth=20
- Format=Default
-
- [Zip]
- Type=2
- RefWidth=20
- DispWidth=20
- Format=Default
-
- [CustID]
- Type=4
- RefWidth=20
- DispWidth=20
- Format=Default
-
- ;**************************************************************************
- ; Data records.
- ;**************************************************************************
-
- [Rec1]
- Name=John Smith
- Address=84465 Avian Way
- City=Sunnyvale
- State=CA
- Zip=95041
- CustID=1
-
- [Rec2]
- Name=Gregory Adams
- Address=1643 Reed St.
- City=San Diego
- State=CA
- Zip=92105
- CustID=2
-
- [Rec3]
- Name=Howard Thomas
- Address=8355 College Ave.
- City=San Diego
- State=CA
- Zip=90038
- CustID=3
-
- [Rec4]
- Name=John Adams
- Address=26405 Lago Street
- City=Cupertino
- State=CA
- Zip=95014
- CustID=4
-
- [Rec5]
- Name=Dave Powers
- Address=2180 Van Buren Blvd
- City=Riverside
- State=CA
- Zip=92505
- CustID=5
-
- [Rec6]
- Name=John Powter
- Address=1800 Latham
- City=Sausalito
- State=CA
- Zip=94965
- CustID=6
-
- [Rec7]
- Name=Kathy Fennigan
- Address=3620 Lyon Ave.
- City=Pacific Grove
- State=CA
- Zip=93950
- CustID=7
-
- [Rec8]
- Name=Bill Avian
- Address=210 Pine Ave.
- City=Mill Valley
- State=CA
- Zip=94941
- CustID=8
-
- [Rec9]
- Name=Jan Johnson
- Address=472 Sherman Ave.
- City=San Mateo
- State=CA
- Zip=94403
- CustID=9
-
- [Rec10]
- Name=Jennifer Jillian
- Address=9215 Salliman Dr.
- City=Foster City
- State=CA
- Zip=94404
- CustID=10
-
- [Rec11]
- Name=Ken Taylor
- Address=3031 Floribunda
- City=Burlingame
- State=CA
- Zip=94010
- CustID=11
-
- [Rec12]
- Name=Bill Cosby
- Address=2633 Hunnewell St.
- City=Palo Alto
- State=CA
- Zip=94306
- CustID=12
-
- [Rec13]
- Name=Glenn Simon
- Address=7733 Collins St.
- City=San Francisco
- State=CA
- Zip=94118
- CustID=13
-
- [Rec14]
- Name=Kevin Bates
- Address=927 Loma Linda
- City=Alameda
- State=CA
- Zip=94501
- CustID=14
-
- [Rec15]
- Name=Tom Van Buren
- Address=813 Primrose Ave.
- City=Sunnyvale
- State=CA
- Zip=94087
- CustID=15
-
- [Rec16]
- Name=Dave Geary
- Address=4435 Scott Ave.
- City=Santa Clara
- State=CA
- Zip=95050
- CustID=16
-
- [Rec17]
- Name=Tom Willey
- Address=9943 Camelia Dr.
- City=Belmont
- State=CA
- Zip=94002
- CustID=17
-
- [Rec18]
- Name=Karen Connors
- Address=3850 Eileen Dr.
- City=Los Gatos
- State=CA
- Zip=95132
- CustID=18
-
- [Rec19]
- Name=Adam Rhodes
- Address=17747 Adams St.
- City=Fremont
- State=CA
- Zip=95576
- CustID=19
-
- [Rec20]
- Name=Julian Reece
- Address=3530 Currant St.
- City=Santa Cruz
- State=CA
- Zip=90534
- CustID=20
-
- [Rec21]
- Name=Gunter Allan
- Address=9011 Harriet Ave.
- City=Los Altos
- State=CA
- Zip=95505
- CustID=21
-
- [Rec22]
- Name=Art Dunn
- Address=443 Alondra Blvd
- City=Pescadero
- State=CA
- Zip=94060
- CustID=22
-
- [Rec23]
- Name=Norma Lanfranco
- Address=1445 Maplewood Dr.
- City=Union City
- State=CA
- Zip=95532
- CustID=23
-
- [Rec24]
- Name=Debbie Spaulding
- Address=554 Earling St NE
- City=Scotts Valley
- State=CA
- Zip=94667
- CustID=24
-
- [Rec25]
- Name=Patrick Feller
- Address=8832 Washington St.
- City=Foster City
- State=CA
- Zip=95545
- CustID=25
-
-