Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Approaching 2 gig
Message
From
15/12/2006 04:14:17
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
 
 
To
15/12/2006 03:25:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01068294
Message ID:
01177899
Views:
20
>>this old thread I apperently have overlooked back then was mentioned recently. If you haven't already moved to SQL
>>or partioned tables, another (perhaps short term) solution might be to distribute the memo text more equally into dbf and fpt.
>>Could extend the room possible for your memo text by perhaps 20% to 40%.
>
>Could you elaborate more on this?

Could you post the result of
*-- Updated/not totally awake on first version...
select ;
      cast( IIF(Len(Alltrim(MemoFld))/50>30, 30, ;
		Len(Alltrim(MemoFld))/50 )  as I) as LenMemo ;
    , count(*) as CntMemo ;
    from Table ;
    group by 1
as well as the current dbf/fpt sizes and reccount() to get better estimate of the numbers involved ?

regards

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform