Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug about select command
Message
De
27/12/2006 08:13:40
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01180172
Message ID:
01180436
Vues:
17
Very very interesting. :)

Are you get this cheat from Microsoft VFP developers (that's Joke)... ;)

I did a workaround but your's one so smart and so easy...

>To get result you want, create cursor test beforehand to prevent VFP from opening table test with alias test.
>
>CREATE TABLE test (testfld c(10))
>USE
>USE test ALIAS atest
>CREATE CURSOR test (DUMMY C(1))
>SELECT * FROM atest INTO CURSOR test
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform