Zitat von
Echtet:
m.W. ist unter Interbase/Firebird ein Textblob (den Du wahrscheinlich dem DBMemo zugewiesen hast ??) auf 64 KB begrenzt.
Korrigiert mich bitte, wenn ich falsch liege.
Ich Korrigiere, du liegst falsch
Zitat:
...
Blobs and Varchars
Varchars are limited to 32k in length whilst a blob is effectively unlimited in size, however the page size of a database will determine maximum size as determined by the
e.g.
1Kb page size => 64 Mb
2Kb page size => 512 Mb
4Kb page size => 4 Gb
8Kb page size => 32 Gb
16Kb page size => Big enough
A normal row in Firebird is limited to max 64k, and a varchar is part of a row, so this limits the use of multiple varchar columns within a single table, wheras a blobid is only 8 bytes.
....
siehe
InterBase, Firebird and Blobs - A Technical Overview
alex