From: Mike S. <mi...@mi...> - 2004-04-22 09:36:12
|
Hi Michael Transform your input data into fixed width format then open it in Firebird as an external file and do a select from it into your Firebird table. Search the Interbase 6.0 docs for "external file" but specifically see the Interbase Data Definition Guide, page 107. Cheers, Mike. Michael She wrote: > Hi all, > > This is somewhat off topic, but has anyone found a way to bulk load > 55,000 > rows into Firebird quickly? > > I'm currently doing it via a dataadapter.update with a custom > InsertCommand, > but it's taking almost 20 minutes. > > So, in short... what's the easiest way to load 55,000 rows into Firebird. > Each row is only about <300 bytes. > > My table has 8 columns w/ 1 auto number column, and no indexes. > > Thanks! |