Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max characters in a field name in a cursor
Message
De
17/08/2010 14:02:18
 
 
À
17/08/2010 13:58:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01476860
Message ID:
01476867
Vues:
46
It's the same, AFAIK. Although I recommend to stick to the max 10 characters, because longer field names can cause some problems.

Update: I just tried with this code, and 128 was OK, 129 caused an error
xx=Replicate('a',128) + ' c(10)'
Create Cursor temp (&xx)
>That applies to tables in a database container. There is nothing in help that says anything about cursors.
>
>>128. Check Visual FoxPro System Capacities in Help
>>
>>>Can anyone tell me the maximum number of characters you can have in a field name using the syntax CREATE CURSOR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform