Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Network changes slow to be picked up
Message
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:
01507353
Vues:
107
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
Brandon Harker
Sebae Data Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform