Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug about select command
Message
From
27/12/2006 08:08:34
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
26/12/2006 11:37:45
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:
01180434
Views:
18
>>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")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform