Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Case Sensitivity
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00043761
Message ID:
00043770
Views:
32
The languages are not case-sensitive, in other words the language vocabulary is not case sensitive, as oposed to WINAPI function calls (i.e. ,something that was explained to me recently, Getcursor() vs. GetCursor(), the first will generate an error).
HTH,
Sorin

>Could someone please set me straight. The VFP 5.0a help file states "Neither Visual FoxPro nor BASIC are case-sensitive programming languages." Shouldn't that mean that if I do a SELECT * FROM table1 WHERE keyfield = "s422" I would get records where keyfield = "s422" and "S422"? That's not working for me. So...how do I structure an SQL statement so I the duplicate records when I do: SELECT keyfield FROM table1 GROUP BY keyfield HAVING COUNT (*)>1?
>
>Jeff
Previous
Reply
Map
View

Click here to load this message in the networking platform