Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Exact Problem with SQL in VFP6
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Set Exact Problem with SQL in VFP6
Miscellaneous
Thread ID:
00170573
Message ID:
00170573
Views:
60
I have group records in a VFP6 table that begin with 'A1.', and if I put 'A1.' in the Where clause of my SQL-Select (set exact is off), I get no records returned. If I specify 'A1. Books on Horses' in the Where clause of the statement I get more records, but of course I don't get things like 'A1. Books on Elephants'. Help?

My SQL is

Select cTitle from Books where cCat1 = 'A1.' into cursor testreslt
Next
Reply
Map
View

Click here to load this message in the networking platform