Subject AW: [IBO] Updating a table
Author Christian Kaas
IF everything is setup correct you can just issue an INSERT statement by
calling IB_Query's Insert method as you would have done in a TQuery ;-)
Check your keylinks property and create a insertsql property if needed
(more than one table in the select aka join select).



--
Christian Kaas mailto:christian@...
Client/Server/Internet/Multitier development
http://www.ckaas.de

> -----Ursprungliche Nachricht-----
> Von: Dion Oliphant [mailto:dion@...]
> Gesendet: Sonntag, 31. Dezember 2000 19:07
> An: IBObjects@egroups.com
> Betreff: [IBO] Updating a table
>
>
> 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.
>
>
> -------------------------- eGroups Sponsor
> -------------------------~-~>
> Download Net2Phone's free software to make FREE calls anywhere within
> the US from your PC now! Get great low rates on international calls!
> http://click.egroups.com/1/10923/1/_/685810/_/978285759/
> --------------------------------------------------------------
> -------_->
>
>
>