Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need desperate help on rushmore optimization
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01103911
Message ID:
01103940
Views:
18
>>Really? Ok, you confused SET EXACT OFF and SET ANSI OFF, so you must be getting old <g>
>
>No, he didn't :-)
>
>m1 = [abc]
>m2 = [abcd]
>SET ANSI ON
>SET EXACT OFF
>? m2 = m1
>SET EXACT ON
>? m2 = m1
>SET ANSI OFF
>SET EXACT OFF
>? m2 = m1
>SET EXACT ON
>? m2 = m1
>
>
>:-)))

Are you kidding now? <g>

Specifies rules that Visual FoxPro uses when comparing two strings of different lengths.

Note
Unlike SET ANSI, SET EXACT does not apply to Visual FoxPro SQL commands. For more information, see SET ANSI Command.


SET EXACT ON | OFF
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform