Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exact OFF Strrange Behaviour
Message
De
22/12/2003 18:23:01
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00861443
Message ID:
00861452
Vues:
17
>I am using SQL Statement which brings more records than I need because it behaves like SET EXACT OFF, here is my statement
>SELECT code from items where alltrim(code) > = '140' and alltrim(code) < = '140'
>The Result sets contains records for item = '140' and item = '1404'
>I even tried to set exact on but with no change.
>Any Help on that

For this behavior to work correctly in SELECT-SQL statements, you must SET ANSI ON [to tell vfp to use ANSI standards for string comparisons].
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform