Subject | TIBOQuery 4.5Ah parameter bug? |
---|---|
Author | Peter Kirkham |
Post date | 2005-01-26T17:09:22Z |
I just tried 4.5Ah with my application. It appears as though there
is a bug with parameters or a change in functionality.
All my TIBOQuery objects that use parameters from a datasource do
not work in bringing up the selected data. All worked under 4.2Id.
I use Infopower datasources but I don't think it makes a
difference. Anyone else having problems with this?
Example SQL:
SELECT * FROM C_OPEN
WHERE C_CODE = :c_code AND C_RTYPE = 'T' AND C_RAMT_3 <> 0
ORDER BY C_CODE
, C_RTYPE
, C_RDATE
, C_RTRAN
, C_RNBR
c_code is the parameter (input param) from the Datasource wwC_MASTER.
Any ideas would be appreciated.
Thanks,
Peter
is a bug with parameters or a change in functionality.
All my TIBOQuery objects that use parameters from a datasource do
not work in bringing up the selected data. All worked under 4.2Id.
I use Infopower datasources but I don't think it makes a
difference. Anyone else having problems with this?
Example SQL:
SELECT * FROM C_OPEN
WHERE C_CODE = :c_code AND C_RTYPE = 'T' AND C_RAMT_3 <> 0
ORDER BY C_CODE
, C_RTYPE
, C_RDATE
, C_RTRAN
, C_RNBR
c_code is the parameter (input param) from the Datasource wwC_MASTER.
Any ideas would be appreciated.
Thanks,
Peter