Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select - SQL & memo fields
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00823460
Message ID:
00823465
Views:
32
This message has been marked as the solution to the initial question of the thread.
The character string comparison is controled by SET ANSI in SQL Select and by SET EXACT everywhere else. In addition when SET ANSI OFF and SET EXACT OFF MyMemoField='test' is true for empty memo field in query but not in the BROWSE.

>Why does
>SELECT * FROM MyTable WHERE MyMemoField='test'
>
>not give the same result set as
>
>SELECT MyTable
>BROWSE FOR MyMemoField='test'
>
>
>Using VFP7SP1
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform