Subject Re: [firebird-support] Datatype
Author Mark Rotteveel
On Tue, 15 May 2012 19:22:35 +0530, "Mahesh Pratihari"
<mahesh.pratihari@...> wrote:
> Hi All,
>
> Could you please let me know the data type in Firebird which we are
> using in SQL varchar(Max).

If with 'SQL' you mean Microsoft SQL Server, then the equivalent to
VARCHAR(MAX) is BLOB SUB_TYPE 1 / BLOB SUB_TYPE TEXT.

Mark