Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Killing another .exe
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01378884
Message ID:
01378988
Views:
13
>I don't know, but I think the last time I tried I found I need to pass it in lower case.
>
>However, I just re-tried and it worked in mixed case.

http://msdn.microsoft.com/en-us/library/aa394054(VS.85).aspx

Relevant quote:
* Comparison tests are always case-insensitive. That is, the following three statements all evaluate to TRUE:

SELECT * FROM MyClass WHERE Prop1 = "cat"
SELECT * FROM MyClass WHERE Prop1 = "CAT"
SELECT * FROM MyClass WHERE Prop1 = "cAt"
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform