Subject Re: [firebird-support] Re: import problem
Author Michael Ludwig
mkcmg schrieb am 15.05.2010 um 19:53:31 (-0000):

> To answer your question, I was hoping to import the entire file in one
> transaction. The file is large and I know that is why they brought
> me in for the project. They were unable to import the data into any
> usable format. I received the data in one large file and I was
> reluctant to break it up if I could avoid it. I guess I could cut it
> into multiple smaller files and import them separately into the table.
> Thanks again.

That would be piece of cake, and that's the way to go, I'd say. Split
the file into manageable chunks and put each of those into a transaction
of its own.

--
Michael Ludwig