Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Table error
Message
De
08/04/2018 12:21:21
 
 
À
08/04/2018 12:16:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Divers
Thread ID:
01659233
Message ID:
01659234
Vues:
46
J'aime (1)
>Hi all,
>
>I have staring at this code for over hour now, and not determine why I am getting a Syntax Error. Can someone check it out and help me.
>
>Update: I found it, it is the "}" at the end.
>
>
>		CREATE TABLE TaskListX FREE ;
>		( ;
>			UniqueID C(10), ;
>			TaskType C(10), ;
>			Comments M, ;
>			Created T, ;
>			TimeStamp T, ;
>			System L, ;
>			Tag C(20), ;
>			User C(50), ;
>			Assigned C(50) ;
>			}
>		INDEX on UniqueID TAG UniqueID
>
The last sign in the Create ... command is a } ,right curly bracket, instead of a ) ,right parenthesis, ..
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform