Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set exact on does not work .
Message
From
30/07/2003 07:33:12
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/07/2003 07:21:43
Sammy Derban
Ghana Telecom
Accra, Ghana
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00814844
Message ID:
00814850
Views:
8
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform