Subject RE: [IBO] Re: Random "field not found" errors
Author IBO Support List

No, use a TIBOQuery as you would at TIB_Query.
Unless you need it to be TDataset, I recommend using TIB_Cursor for unidirectional access.

 

Jason

 


From: IBObjects@yahoogroups.com [mailto: IBObjects@yahoogroups.com ]
Sent: Wednesday, May 25, 2016 2:22 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Re: Random "field not found" errors

 



Hi Jason,

thanks for clarification. As I said, I've switched to IBOQueries now, which I've set to unidirectional := true. Do I have to call First after opening the IBOQuery as well?