Subject Re: [firebird-support] [FB 1.5] Very large blob
Author Helen Borrie
At 08:18 AM 19/03/2004 +0000, you wrote:
>Hi, I need save file into firebird db.
>I use a blob field subtype 0.
>When I try to save very large file (about 100MB) on blob field my
>application return "internal gds software consistency check (cannot
>find free space (255))".
>I have set Page Size to 8K.
>
>Is it a bug?

No.
There are two possibilities here:
1. You don't have enough space left on the disk to store a 100Mb item.
2. Your database file has reached the size limit of your filesystem for
shared access files.

So, provide more information about your resources and environment.

/heLen