Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Refresh Header-Good, Items-Bad
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00984056
Message ID:
00984201
Vues:
29
I tested your suggested code and there is no change in behavior.

The only thing that reliably fixes this problem is to close the soitems table and reopen it prior to the SQL-Select statement.

use in soitems
use soitems in 0 shared

select sohead.sonum,itemlistbysonum(sohead.sonum) as itemlist ;
from sohead ;
where date=date() ;
into cursor tempcursor

This tells me that its not a buffering/caching problem with the computer inserting the records. Its a caching problem with the computer performing the SQL-Select. This problem is not limited to peer-to-peer networks either. I've seen it happen on computers that are using a real file server.

This problem is driving me insane. Any other ideas? Surely someone else out there has run into this before????
Brandon Harker
Sebae Data Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform