Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Approaching 2 gig
Message
De
15/12/2006 04:14:17
 
 
À
15/12/2006 03:25:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01068294
Message ID:
01177899
Vues:
21
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform