Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : CASE statementsSearch Forum

Forum Home > FlexODBC - ODBC Driver for DataFlex Embedded DBMS > FlexODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 CASE statements 
 Author   Message 
  Jackson Gomes 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-07-17 
 Profile
 Posted : 2007-07-18 02:01:57

Does the current version of FLEX/ODBC already supports CASE statements? What is the syntax? Any future plans?

Thanks

Jackson

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-07-18 09:28:43

No, I've asked for the following CASE construct:

CASE sql_expression
WHEN sql_expression_value THEN return_value
ELSE return_value

or

CASE
WHEN sql_Boolean_expression THEN return_value
ELSE return_value

but at this stage it has landed on deaf ears.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to