Subject RE: [IBO] TIB_Datasource.AutoEdit
Author Jason Wharton
It is common for my users to input data purely for inserting. Why open a
dataset and fetch records if you could care less about reading data?

This way you simply prepare a query and perform inserts. Very efficient.

Jason Wharton

-----Original Message-----
From: paulo@... [mailto:paulo@...]
Sent: Thursday, May 06, 2004 5:47 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] TIB_Datasource.AutoEdit

And why is that? I can't figure the reason for it.

--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> That is expected behavior for IBO native controls.
>
> Jason Wharton