Board index » delphi » RxMemoryTable -> Interbase table - Best Way?

RxMemoryTable -> Interbase table - Best Way?

What is the most efficient way to insert records into an Interbase table,
from a memory table (Rx in this case)?

Thanks in advance
Russell.

 

Re:RxMemoryTable -> Interbase table - Best Way?


 "Russell A" <tryw...@msn.com.au> wrote:

Quote
> What is the most efficient way to insert records into an Interbase table,
> from a memory table (Rx in this case)?

Cycle through the table and insert for each record. You might want to
do commit every 1000 records or so.

Paul...

Quote
> Russell.

Other Threads