home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 December
/
PCWorld_2003-12_cd.bin
/
Software
/
komercni
/
alc
/
ep2sr51csy.msi
/
Ep.CAB
/
sampledb
/
tblCompany.json
< prev
next >
Wrap
JavaScript Object Notation
|
2003-07-02
|
554b
{
"schema": {
"intCompanyId": "Long Integer",
"txtName": "Text (255) NOT NULL",
"txtAddress1": "Text (255)",
"txtAddress2": "Text (255)",
"txtCity": "Text (255)",
"txtZIP": "Text (255)",
"txtState": "Text (255)",
"txtWeb": "Text (255)",
"txtPhone": "Text (255)",
"bolProducer": "Boolean NOT NULL",
"bolReseller": "Boolean NOT NULL",
"bolPrint": "Boolean NOT NULL"
},
"data": [
{
"intCompanyId": 1,
"txtName": "Microsoft Corp.",
"txtWeb": "www.microsoft.com",
"bolProducer": 1,
"bolReseller": 0,
"bolPrint": 0
},
{
"intCompanyId": 3,
"txtName": "SWS a.s.",
"bolProducer": 0,
"bolReseller": 1,
"bolPrint": 0
}
]
}