Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Network changes slow to be picked up
Message
De
14/04/2011 14:32:21
 
 
À
14/04/2011 13:29:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01507134
Message ID:
01507374
Vues:
70
I'm not sure this will solve the original problem of getting the .dbf data, but not memo fields. It's also dependent on what's been cleared from the write cache.


>Hi Brandon,
>
>Can you explain to me what below does? The RECCOUNT() picks the count up off the header of the file...what does GO RECNO() accomplish?
>
>Albert
>
>>Try this on applicable tables before your sql-select
>>
>>
>>** Eliminates cached data issues
>>TRY
>>	SELECT (lcAlias)
>>	=RECCOUNT()
>>	IF !EOF()
>>		GO RECNO() IN ALIAS()
>>	ENDIF
>>CATCH
>>	** doesn't matter
>>ENDTRY
>>
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform