Subject | Blob Problem |
---|---|
Author | SebastiĆ£o Carlos Santos |
Post date | 2005-01-31T22:57:41Z |
I have an archive txt with approximately 7200 bytes and desire to
store its content in a field blob of one determined table in my
system. This archive txt approximately possesss 20160 lines with
an approach size of 361 characters for line. What it occurs is
that when I try to insert the content of the archive txt for
the field blob only the 203 first lines are recorded, what
corresponds to an approach size of 65739 bytes.
The size of the block of the data base is defined in 16KB and
is using BLOB SUB_TYPE 1 SEGMENT SIZE 2048. Somebody that it
has experience with firebird could inform me where sub_type
of field BLOB I will be able to store this content of the archive?
store its content in a field blob of one determined table in my
system. This archive txt approximately possesss 20160 lines with
an approach size of 361 characters for line. What it occurs is
that when I try to insert the content of the archive txt for
the field blob only the 203 first lines are recorded, what
corresponds to an approach size of 65739 bytes.
The size of the block of the data base is defined in 16KB and
is using BLOB SUB_TYPE 1 SEGMENT SIZE 2048. Somebody that it
has experience with firebird could inform me where sub_type
of field BLOB I will be able to store this content of the archive?