Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Table error
Message
De
08/04/2018 12:16:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Create Table error
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Divers
Thread ID:
01659233
Message ID:
01659233
Vues:
48
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
Greg Reichert
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform