Subject Re: [IBO] Using with ClientDataset's
Author Helen Borrie
At 02:09 PM 02-10-02 +0000, you wrote:
>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 = ?

where is your FROM clause?

select <columnlist | *>
FROM <tablename>
where...

Helen