Hi,
In my application, I do a DELETE for a table that has rows, but RowsAffected returns 0, can you confirm that?
With regards,
Martijn Tonies
Upscene Productions
TIBCSQL.RowsAffected always returns 0?
Please make it work when not preparing, there's hardly a point for the developer to prepare a statement manually when only executing something once and without parameters.Plash wrote:RowsAffected works in TIBCSQL only if the component is prepared. This is a performance optimization.
Thanks.
Martijn Tonies
Upscene Productions