Subject RE: [IBO] Insert into not-requestlive datasets ?
Author Jason Wharton
Yes, the documentation should be updated.
If you check the source it may already reflect the change.
I cannot remember who convinced me of this, but it is indeed a change in
RequestLive functionality.

Jason

> -----Original Message-----
> From: rlssv [mailto:rene@...]
> Sent: Friday, November 26, 2004 2:41 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Insert into not-requestlive datasets ?
>
>
>
>
> Quoting help 4.0
> This property is used in order to make a SELECT statement updatable
> and
> deletable.
> Applies to
> TIB_Dataset
> Declaration
> property RequestLive: boolean;
> Description
> Even if a dataset is not "live" it can still be inserted into because
> in SQL
> there is no concept of a INSERT INTO CURSOR.
>
>
>
> Is this no longer possible with IBO 4.5 ?
>
> René / SSV