Subject Please help me
Author james_027
I found out that when a tib_dataset is open, it automatically prepares
the insertsql and the updatesql. And 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?

My problem is how to prevent prevent the ibo from preparing those
statement? Without
removing the sql statements in the insertsql and updatesql.

James