Hi,
I'm accessing to Informix 7.31 through ADO (OLE DB for ODBC drivers) and
Delphi 6. ADO seems to be puzzled by Informix stored procedures
returning columns without name.
I can access to data in a dataset by using COLUMN1, COLUMN2... as column
names but when I try to use them to sort or filter it, it fails with the
following message:
'Item cannot be found in the collection corresponding to the requested
name or ordinal'.
I tried different things, like using brackets, but no way...
Any idea?
Thanks in advance,
Pascal