Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Network changes slow to be picked up
Message
From
14/04/2011 14:32:21
 
 
To
14/04/2011 13:29:27
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:
01507374
Views:
69
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform