Subject RE: [IBO] Programming question
Author Kaputnik
Maybe I misunderstand completely,
but all IBOQueries are unlike the TQuery from Delphi/BDE are completely
"live" automatically when RequestLive is set to true and certain
prerequisites are not violated, so there is no need to do anything at all to
be able to insert, select update and delete records with one component
completely.

A IBOQuery is a Dataset, similar to Entity Beans ins Java or Persistent
Business Objects, so they are abstracxt layers to represent data from a
databases. This means a dataset will allow you to work with data just like
an object, and this meas that you can insert(create), change its properties
(update) or delete it. No need to create several Queries for this.

Cu,

Nick Josipovic

CRM Administration
BIT-Institute
Prof. Dr. Franz Steffens
Schloss
68163 Mannheim
Germany
Phone: ++49 621 181-1621
Fax: ++49 621 181-1618
mailto:nick.josipovic@...



> -----Original Message-----
> From: zifnabbe [mailto:zifnabbe@...]
> Sent: Saturday, December 08, 2001 8:55 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Programming question
>
>
> Hi,
>
> If you need to use queries to delete or insert records, do you then
> usually use two TIBOQuery components? Or do you use one and do you
> change the query statement?
> Or are there other methods? (I can imagin that at a certain time,
> there are a lot of TIBOQueries floating around)
>
> What is the general approach for such a thing?
>
> Tom.
>
>