Subject RE: [IBO] Re: ParamsCheck confusion
Author IBO Support List

Yes, that’s right.
It used to be that this property needed to be turned off when submitting stored procedures and triggers that had params inside the body of its PLSQL  Now you should be able to just leave it true and have it work when it should.  My parser is more comprehensive and doesn’t need to be turned off in these situations now.

 

Jason



From: IBObjects@yahoogroups.com [mailto: IBObjects@yahoogroups.com ]
Sent: Wednesday, July 05, 2017 4:27 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Re: ParamsCheck confusion

 



Ah! I think my confusion is re TIBOQuery also have a ParamsCheck property. Since TDataset have some dfm structure for parameters the ParamCheck is handled differently there.

 

So for TIB_Cursor and TIB_DSQL i should always have PramasCheck enabled if the SQL has any params?

 

TIA,

 

/Dany