Subject Inserting with a TIB_Query
Author tickerboo2002
A simple one this:

In the IDE, I normally use the query editor to set the SQL, Key
Links, Generator Links and the IUD SQL.

I then Prepare, Open and test for Eof. i.e. I normally select some
records before I do an insert.

How would I insert using a TIB_Query without first calling the SQL?
It's likely I'd want to insert, update and then delete the same row
before I commit or rollback.

Do I just call Prepare, Open and then Insert?