Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Network changes slow to be picked up
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01507134
Message ID:
01507353
Views:
106
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform