Subject | Re: [IBO] BDE to TIBOTable : more troubles |
---|---|
Author | Jason Wharton |
Post date | 2003-09-11T01:12:38Z |
> 1) I have a tdbgrid with a lookup field. When inserting a new record,I'm not clear on what the problem is here. Will you please provide me a
> 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 !
sample app of this?
> 2) I still have to check that, but in certain circumstances there isIf you want a refresh you call the refresh method.
> no refresh after inserting a record
I suspect you mean something else? More details please.
> 3) Although IBO is faster when displaying a dbgrid, IBO is TEN timesI have no idea what is going on here. It sounds like the app is doing some
> 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)
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