Subject RE: [IBO] TIBOQuery Datasource Property
Author Alan McDonald
> How can I use the TIBOQuery datasource property to set a parameter in
> my SQL?
>
> I thought that if I specified a datasource containing a field name
> that matched my parameter name that the parameter would be set, but
> that doesn't seem to be the case. What else do I need to do?
>

you need to create persistent fields to use this. They might be there in the
query but for a TDataset type setup you also need the persistence
Alan