Subject | Using with ClientDataset's |
---|---|
Author | jensdein |
Post date | 2002-10-02T14:09:11Z |
Hi,
I am trying to use ClientDataset's with TIBOQuery and is changing
then CDS.CommandText and opening the CDS. My original SQL looks like
this :
SELECT * RV_20021002_2MVSMB WHERE Filmkopiid = ?
when the provider is setting the CommandText and Params
(PSSetCommandText
and PSSetParams) IBO converts my SQL to this :
SELECT * , RV_20021002_2MVSMB.RDB$DB_KEY
FROM RV_20021002_2MVSMB
WHERE Filmkopiid = ?
and this ain't working. I get an error message because of the comma
(,). I am not quite familiar with what IBO is actually trying to
acomplish here but it is definetly not working.
Anyone that has any ideas what is wrong or has any experince of
using IBO together with ClientDataset's?
Regards,
--
Jens Dein
System Developer
Oslo, Norway
I am trying to use ClientDataset's with TIBOQuery and is changing
then CDS.CommandText and opening the CDS. My original SQL looks like
this :
SELECT * RV_20021002_2MVSMB WHERE Filmkopiid = ?
when the provider is setting the CommandText and Params
(PSSetCommandText
and PSSetParams) IBO converts my SQL to this :
SELECT * , RV_20021002_2MVSMB.RDB$DB_KEY
FROM RV_20021002_2MVSMB
WHERE Filmkopiid = ?
and this ain't working. I get an error message because of the comma
(,). I am not quite familiar with what IBO is actually trying to
acomplish here but it is definetly not working.
Anyone that has any ideas what is wrong or has any experince of
using IBO together with ClientDataset's?
Regards,
--
Jens Dein
System Developer
Oslo, Norway