Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automatically generating a 'create table' command
Message
De
21/10/2004 11:01:42
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00953298
Message ID:
00953319
Vues:
17
Here is a sample
IF NOT FILE("scaleMessages.dbf")

	CREATE dbf scaleMessages ( ;
	  msgcode c(40),  ;
	  msg c(254), ;
	  action n(1,0), ;
	  scrnmsg n(1,0), ;
	  tickmsg n(1,0), ;
	  applyshipm n(1,0), ;
	  shownow L(1), ;
	  timelogged t(8), ;
	  ticket i(4), ;
	  source c(3), ;
	  truckno c(5) ;
	)
	USE IN scaleMessages 

ENDIF 
>Thanks, but I was hoping to start building the tables programmatically rather than have one living. We distribute this application and I need to create this table on each work station.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform