If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > IBM Informix ODBC 3.82 CDSK 2.81 TC2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-03, 11:04
ChrisMark ChrisMark is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
IBM Informix ODBC 3.82 CDSK 2.81 TC2

Hi,
this new driver (3.82) has some problems with this kind of select-statement:
"select field1 from tab1 where fieldxy in select( field2 from tab2 group by field2 having count(*) > 1 ) and date1 >= { d '2003-10-01' }"

The problem is the date-condition after the inner-select-clause. it seems that the driver doen't translate the whole statement any longer.
Replacing the last date-phrase with "and date1 >= '10.01.2003'" (no-ODBC-syntax), the statement works fine.

Anybody knows why?

tx
Chris
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On