Subject Updating a table
Author Dion Oliphant
Hi,

I have been using Paradox and need to know if you would go about updating an
IBO query in the same manner?
I need to insert a new record into an IB_Query(an interbase table). I have
TIB_Query and IB_Connection components on a form. I use the TIB_Query to
display nodes in a tree. When I insert a new node, I want to duplicate this
in the table by inserting a new record. Do I need to create another
TIB_Query to do this INSERT, or can I do this using the existing TIB_Query
component?

Thanks,
Dion.