Subject | Inserting with a TIB_Query |
---|---|
Author | tickerboo2002 |
Post date | 2003-03-14T11:17:24Z |
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?
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?