Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL with iif()
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00802439
Message ID:
00802486
Views:
17
Thanks Sergey,

I'l give that a try. Is there any reason to avoid using iif() in the SQL? I just got in the habit of avoiding that for some reason.

Cris

>You can try to change it as follow
	AND  ( (Customer.cId LIKE ?vp_cCustomerId ) ;
   		OR Customer.cId IS NULL) ;
	AND  ( (LineItem.cwoItemId LIKE ?vp_cwoLineItemId ) ;
		OR  LineItem.cwoItemId IS NULL) ;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform