Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select SQL questions
Message
From
05/08/2008 09:11:49
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01336043
Message ID:
01336528
Views:
14
>Yes ASCAN works:
>
SELECT * from sales WHERE ASCAN(Thisform.aSales, Sales.Person,-1,-1,1) <> 0
>
>I was expecting it would be quicker but, as you mentioned, it is quite a bit slower than JOIN.

While ASCAN() works in queries, it's risky if you're working with character data. ASCAN() is controlled by SET EXACT, while queries are controlled by SET ANSI.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform