Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug about select command
Message
De
28/12/2006 04:05:56
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
27/12/2006 12:30:21
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:
01180655
Vues:
18
it gives "file is in use" error. only difference I could see with yours I used paranthesis with use dbf(... command. I tried either, no success.. :(
CREATE TABLE test (testfld c(10))
SELECT * FROM test INTO CURSOR xx
USE IN "test"
USE DBF("xx") IN 0 ALIAS "test"
USE IN "xx"
>No. Try the one I wrote. You forgot "again". What error it gives otherwise?
>Cetin
>
>>I tried that one. It gives error. Isn't that what you mean?
>>
>>
>>
>>CREATE TABLE test (testfld c(10))
>>SELECT * FROM test INTO CURSOR xx
>>SELECT test
>>USE
>>USE (DBF("xx")) IN 0 ALIAS test
>>SELECT xx
>>use
>>
>>
>>>>>select * from customer into cursor xx nofilter
>>>>>use in 'customer'
>>>>>use dbf('xx') in 0 again alias 'customer'
>>>>>use in 'xx'
>>>>>
>>>>>Cetin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform