Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Xen = VFP.Net?
Message
From
21/01/2004 19:22:44
 
 
To
21/01/2004 00:42:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00868854
Message ID:
00869313
Views:
9
>http://www.extremetech.com/article2/0,3973,1441657,00.asp

Al,

Reading more of the news item I come to the following:
The following SQL code will construct a table called Customer with each 
record containing a custid, an integer, and an optional name, a string. 

CREATE TABLE Customer
   ( name string NULL,
     custid int); 

In Xen, this table could be created with the following line of code: 

sequence{ string? name; int custid; }* Customer; 
I wonder why they didn't adopt the SQL syntaxis, which is already a standard and easier to read, to boot?

Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform