Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL on Buffered Remote View
Message
De
03/09/1998 01:08:13
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00132561
Message ID:
00132659
Vues:
15
>Is there a way to run a SQL statement on buffered data that has not been committed on an optimistic table buffering with multi-locks on? The SQL is retrieving the original data from disk which is cool in some cases. In the past I've issued the 'COPY TO' then executed a select statement on the copy. Any suggestions would be appreciated.

I'm not sure if this will work, but try creating a view for your 'work' data with table buffering set and a second view with the first view as the source. When you are ready to do your selection, requery the second view then issue your SQL, something like...

SELECT * FROM view2 WHERE...

Let me know if this works.
//:^)
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform