Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug about select command
Message
From
28/12/2006 04:05:56
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
27/12/2006 12:30:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01180172
Message ID:
01180655
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform