Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max characters in a field name in a cursor
Message
From
17/08/2010 14:02:18
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01476860
Message ID:
01476867
Views:
45
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform