Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET ANSI confusion
Message
 
 
To
06/12/2005 10:18:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01075265
Message ID:
01075314
Views:
12
>Still confused. I was referring to uses of "=" within SELECT statements. I had a statement that looked like:
>
>Select * from Mytable left join PartTable on MyTable.part = PartTable.part
>
>Doing this, I got multiple records when I had entries like "KP3 ", "KP31 ", "KP32 " in PartTable. Is this controlled by SET ANSI or SET EXACT? The documentation states:
>
>Unlike SET ANSI, SET EXACT does not apply to Visual FoxPro SQL commands. For more information, see SET ANSI Command.

In SQL the string comparison is controlled by SET ANSI, anywhere else by SET EXACT.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform