Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Xen = VFP.Net?
Message
De
21/01/2004 19:22:44
 
 
À
21/01/2004 00:42:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00868854
Message ID:
00869313
Vues:
8
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform