Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug about select command
Message
De
27/12/2006 08:08:34
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
26/12/2006 11:37:45
Cetin Basoz
Engineerica Inc.
Izmir, 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:
01180434
Vues:
19
>>run that code:
>>it gives error "alias name is already use"
>>
>>
>>CREATE TABLE test (testfld c(10))
>>USE
>>USE test ALIAS atest
>>SELECT * FROM atest INTO CURSOR test
>>
>
>Metin,
>I agree that it's a bug but one that you could workaround by nofilter and use again.
>Cetin

Of course there're a lot of workaround. I did that one:
Select * From stok,kodlar Where stok.kod=kodlar.stokkodu Into Cursor jstok Select stok
Use

Select jstok
Dimension xxx(1)
Afields(xxx)

Create Cursor stok From Array xxx
Append From Dbf("jstok")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform