Subject how to prevent the preparing of the editsql, insertsql and deletesql
Author james_027
I have make the prepareedit and prepareInsert property to false yet
when i use the IB Monitor they are still preparing those statement
when i open the ib_dataset. but when there is no ib_controls attach,
the preparing of those statements doesn't occur.

I have also notice that when the table is blank it prepares the
insertsql, but when the table has records it prapares the editsql. Is
this the nature of IBO?

How to prevent prevent the ibo from preparing those statement? Without
removing the sql statements in the insertsql and updatesql.

James