Subject Inserts using TIB_Cursor
Author Ross Williams
I can't get an insert to work with the TIB_Cursor. I have a form set up
that I use for editing that works fine. I set the cursor to live and it
edits. When I try inserting a new record - I start the transaction, insert
the record, enter values in the same form I am using for editing and then
post it and commit the transaction. There is no error, but the record is
not posted or committed. I then tried adding insertsql property to
explicitly create the insert. I used the sql generated by a TIB_Query for
the same table and pasted it into the instertsql property. The result was
the same.

How does this work?

Ross Williams