Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ALTER TABLE on SPT Created Cursor..
Message
 
 
À
06/08/2002 04:00:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00686490
Message ID:
00686533
Vues:
43
That's maddening as hell. Why in the world should VFP care [i.e., the VFP Dev Team] if a cursor created by SPT is altered? Anyway, the best I can come up with is:
SQLExec(lnHandle, 'select...', 'crsTemp')
select crsTemp.*, 00000000 Field1, space(20) Field2 ;
   from crsTemp into cursor crsFinal readwrite
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform