Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Table Confusion?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00456897
Message ID:
00456900
Vues:
24
Weird, this works.
cResult='astringwith45chars'

cTableName ='PRM1'+cResult
cTableString = ;
'create table '+cTableName+' ( '
cTableString = cTableString+' nEmpID n(16,0) , ' 
cTableString = cTableString+' cLastname c(64) ,  ' 
cTableString = cTableString+' cFirstName c(64) , ' 		
cTableString = cTableString+' tHireDate t(8) , ' 
cTableString = cTableString+' cIsTerm c(32) , ' 
cTableString = cTableString+' cNTName c(32) ' 
cTableString = cTableString+' )'		
? cTableString
&cTableString
But now I am stuck in macro substituion land.

How do I get out of that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform