Subject | Re: [firebird-support] Re: Problem in Bulk Insertion in Firebird |
---|---|
Author | Ivan Prenosil |
Post date | 2007-02-22T13:45:29Z |
> 2. Then i inserted values in my original table (tb1) likeSize of external table file is limited to 2GB.
> INSERT INTO tb1 SELECT TRIM(TRAILING '\0' FROM col1),col2 .. from TEMP1;
> But while executing this query i got following problem after few
> minutes....
> I/O error for file fseek "D:\TEMP\dump.txt" Error while trying to open
> file.
> Info: My dump.txt file is almost 3 GB.
Ivan