Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Ansi On
Message
 
To
13/07/2009 12:13:32
Bruno Maddalozzo
Informatica Aziendale
Arsie, Italy
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01411969
Message ID:
01412000
Views:
78
Hi Bruno,

>I'm using VFP9 SP1 (I didn't apply SP2 because of new bugs).

SP 2 also contains a huge number of bug fixes, some of them serious ones. The most important bugs introduced in SP2 have already been fixed in the hot fix: http://code.msdn.microsoft.com/KB968409/Release/ProjectReleases.aspx?ReleaseId=2445

>I'm facing a problem which can be simplified in the following code.

It's also in VFP 9 without the service pack. Before changing the code, I'd rather check if the service pack and the hot fixes work for you. Otherwise, your options are to avoid SET ANSI OFF, rewrite the DELETE statement, or use a different collate sequence.

>At first, does the command apply only in string comparisons in SQL Selects (or other string comparisons)?

Yes, it applies to SQL statements only. Other string operations are governed by SET EXACT.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform