Subject RE: [IBO] Insert into not-requestlive datasets ?
Author Jason Wharton
I just made a careful review of this issue.
I don't see in my code how the value of RequestLive influences CanInsert.
It appears to me that you still should be able to go into Insert mode even
if RequestLive is set to false.

Simply put, I could have been wrong and I'd like to know more about this if
you are still not satisfied.

Jason Wharton
www.ibobjects.com


> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Monday, November 29, 2004 2:23 PM
> To: IBObjects@yahoogroups.com
> Subject: RE: [IBO] Insert into not-requestlive datasets ?
>
>
>
> 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