Subject RE: [IBO] Re: How to improve bulk insert
Author Jason Wharton
Henry,

> Jason Wharton a écrit :
> > Another thing that can really boost performance is to call
> > the BeginBusy() and EndBusy methods so that the cursor on
> > the screen is not flickering between normal and hourglass.
> Yes, but on which component (s) : TIB_Database (source), TIB_Cursor
> (source), TIB_DataPump, TIB_Cursor(Destination),
> TIB_Database(Destination) ?

Doesn't matter because any of them simply increment a busy level counter at
the session level where this is controlled.

Jason