Subject RE: [IBO] Optimize massive inserts with TClientDataSet + IBO
Author Dmitriy A. Beloshistov
> How can I use SP to insert thousands of records? Please give some
> example or clue where to look for the solution. I also have lots od
> inserts and some performance trouble.

1) You can put data from ClientDataSet into external IB/FB table
2) Insert data from this external table into database table(s). (via SP
or in another way)
3) After you can drop extrnal table.


WBR,Dmitry Beloshistov AKA [-=BDS=-]