The IN operator - Mailing list pgsql-interfaces

From Koronics "László
Subject The IN operator
Date
Msg-id 20000113104944.25118.qmail@freemail.index.hu
Whole thread Raw
List pgsql-interfaces
I would like to use PostgreSQL through ODBC with Delphi 5. According to the Postgre documentation the IN operator
exists,however I get the "Capability not supported!" error message after issuing the following SQL command:
 

SELECT CsoportAzonKod FROM Felhaszn_Csoport       WHERE FelhAzonKod=1 AND CsoportAzonKod IN             (SELECT
CsoportAzonKodFROM Menu_Csoport                     WHERE MenuAzonKod=1)
 

(ODBC version 6.40.00.07 - written by Insight Distribution Systems.)

Why?

Thank you

Laci





pgsql-interfaces by date:

Previous
From: "Rolf Lüttecke"
Date:
Subject: Slow down on Import
Next
From: "Allan Huffman"
Date:
Subject: [HACK]-[INTERFACE] jdbc/postgresql.jar execution errors