Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set exact on does not work .
Message
De
30/07/2003 07:33:12
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
30/07/2003 07:21:43
Sammy Derban
Ghana Telecom
Accra, Ghana
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00814844
Message ID:
00814850
Vues:
9
>Thanks Cetin,
>Actually i have used sql searches extensively in my application
>so i am tempted to set ANSI ON which is the easy way out instead of making the necessary modifications to my sql.
>Are there any risk/considerations to SET ANSI ON?
>Please advise.
>TIA

No. Only be aware it means set exact on for SQL. ie:

set ansi on
select * from customer where cust_id = 'A'

would return no records.
select * from customer where cust_id = 'ALFKI'
would return a record.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform