home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
CONTRIB
/
MBASE
/
MBASE51.TAR
/
mbase51
/
examples
/
example4.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-04
|
234 b
|
15 lines
relation example4
typedef example4;
field composer string length 20;
field piece string length 20;
field price money;
index ix_c_price on composer, price;
index ix_c_piece on composer, piece;
index ix_piece on piece;
end