File:  [NeXTSTEP 3.3 examples] / Examples / EnterpriseObjects / FlatFileDataSource / DATABASE / Item.table
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:42 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

(
    {
	ProductId = 1; 
	id = 0; 
	name = CDROM; 
	price = $1000; 
	qty = 1; 
	serialNumber = ABC1243; 
    }, 
    {
	ProductId = 1; 
	id = 1; 
	name = "User Manual"; 
	price = $1000; 
	qty = 1; 
	serialNumber = ABC1244; 
    }, 
    {
	ProductId = 2; 
	id = 2; 
	name = mast; 
	price = $150; 
	qty = 1; 
	serialNumber = A1; 
    }, 
    {
	ProductId = 2; 
	id = 3; 
	name = board; 
	price = $810; 
	qty = 1; 
	serialNumber = A2; 
    }, 
    {
	ProductId = 2; 
	id = 4; 
	name = sail; 
	price = $310; 
	qty = 1; 
	serialNumber = A3; 
    }, 
    {
	ProductId = 2; 
	id = 5; 
	name = boom; 
	price = $150; 
	qty = 1; 
	serialNumber = A4; 
    }, 
    {
	ProductId = 3; 
	id = 6; 
	name = engines; 
	price = "$10,000,000"; 
	qty = 1; 
	serialNumber = BQW123; 
    }, 
    {
	ProductId = 3; 
	id = 7; 
	name = wings; 
	price = "$10,000,000"; 
	qty = 1; 
	serialNumber = BWQ234; 
    }, 
    {
	ProductId = 1; 
	id = 8; 
	name = "Training Session"; 
	price = $1000; 
	qty = 3; 
	serialNumber = ABC1245; 
    }, 
    {
	ProductId = 3; 
	id = 9; 
	name = misc; 
	price = "$250,000,000"; 
	qty = 1; 
	serialNumber = BQW125; 
    }, 
    {
	ProductId = 4; 
	id = 10; 
	name = Pen; 
	price = 5.99; 
	qty = 10; 
	serialNumber = S1099; 
    }, 
    {
	ProductId = 4; 
	id = 11; 
	name = Pad; 
	price = 1.00; 
	qty = 100; 
	serialNumber = S1000; 
    }, 
    {
	ProductId = 3; 
	id = 12; 
	name = bolts; 
	price = $5; 
	qty = 100; 
	serialNumber = RSW111; 
    }
)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.