Subject Re: [IBO] BDE to TIBOTable : more troubles
Author Jason Wharton
> 1) I have a tdbgrid with a lookup field. When inserting a new record,
> fields are not initialized to null, instead values are picked up from
> some record in the dataset and I have had to write a beforeinsert
> procedure to set fields to null !

I'm not clear on what the problem is here. Will you please provide me a
sample app of this?

> 2) I still have to check that, but in certain circumstances there is
> no refresh after inserting a record

If you want a refresh you call the refresh method.

I suspect you mean something else? More details please.

> 3) Although IBO is faster when displaying a dbgrid, IBO is TEN times
> as slow as BDE on a gotokey instruction ! The accessed table is a
> customer table which is master for plenty (about 10) other tables.
> Maybe it is a problem of caching and a misuse of IBO configuration ?
> (I am using the default values)

I have no idea what is going on here. It sounds like the app is doing some
pretty special stuff. I'd like to see a sampling of this as well and then I
may be able to address the performance of it. I certainly am not going to be
able to help you here based on this little information.

Jason Wharton