Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long text data
Message
From
12/12/2004 12:38:23
 
 
To
12/12/2004 11:36:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00968610
Message ID:
00968619
Views:
9
A character field size is limited to 254 characters.

>That depends on your exact needs, but in general, memo is better for long texts, especially if the maximum length is variable. Character fields are limited to 255 characters. And memo use a variable size, which makes them more efficient for variable-length texts. For instance, if one of your texts is 50 bytes, and another, 200 bytes, you will use 50+4 bytes for the first (50 in the FPT, 4 in the DBF), and 200+4 for the second. (Depending on the setting of SET BLOCKSIZE, you may use some more space.) However, records that don't have ANY data in the memo field will also use 4 bytes in the DBF.
>
>Mainly, you will have almost no size restriction, for your fields. You will be able to store data with much more than 255 bytes.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform