Subject Re: [firebird-support] Help required
Author Paul Vinkenoog
Hi,

> > Could you please let me know what is the equivalent of varbinary( max)
> > of SQL datatype in Firebird.
>
> In general, BLOB with an appropriate sub-type.

I'd rather say varchar(max) character set octets, unless max is between 32K and 64K. In that case you need a BLOB in Firebird, whereas MySQL supports (var)chars up to 64K.

Cheers,
Paul Vinkenoog