Subject | Re: [firebird-support] About BLOB fields. |
---|---|
Author | Alexandre Benson Smith |
Post date | 2006-06-29T03:18:16Z |
William Gonzáles S. wrote:
What's the datatype used ? Varchar or Blob ???
On Blob you don't define the max length you define the segment size
(that is another beast) on ly on char/varchar you define the max length.
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
>Hi William,
> Hello. I have a string column, the minumun length is
> 18 but the max is no defined, it could be 50, 100,
> 500, .., the data type is BLOB (string) with length
> 50, but if the text is greater to 50, FB gives an
> error and the registry is not updated. Is it possible
> to create a string column with undefined length?
>
> Thanks in advance,
>
> William GS
>
What's the datatype used ? Varchar or Blob ???
On Blob you don't define the max length you define the segment size
(that is another beast) on ly on char/varchar you define the max length.
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br