Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updatable cursor.
Message
 
À
24/03/1998 15:30:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00086802
Message ID:
00086809
Vues:
19
Thanks ,Ed, for very fast response.
Igor Gelin

>>Hi
>>
>>I copied the fragment below from Cetin Basoz response. Usually when I need to have updateble cursor I utilize the same approach. Does anybody know another workarround.
>>
>>select .f. as lSelected,a,b,c,.. ;
>> from mytables into cursor myCursor
>>use dbf("myCursor") in 0 again alias tcSelector
>>
>>Thanks in advance,
>>Igor Gelin, system developer
>
>Another approach is:
>CREATE CURSOR ...
>SELECT ... Into Array ...
>INSERT Into ... From Array
>You must be sure that array is not too big (65K limit), but you can workaround this by looping.
Igor Gelin
Database Developer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform