Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Non-updatable cursors
Message
De
22/09/1998 13:32:21
 
 
À
22/09/1998 12:49:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00139506
Message ID:
00139530
Vues:
20
>Hi all,
>There is any wawy to update and/or add records to a cursor created from a sql statement???
Hi William.

If you create the cursor using the NIFILTER clause to ensure an actual disk presence instead of a filtered table, try this:

SELECT yada, yada, yada FROM SomeTable WHERE blah INTO CURSOR Temp NOFILTER
USE DBF("Temp") AGAIN IN 0 Alias UpdateableCursor
USE IN Temp
SELECT UpdateableCursor

Marcia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform