Can anyone explain me how to implement bulk fetching for db fields of type
SQL_LONGVARCHAR or SQL_LONGVARBINARY ?
I have found the RFX_Binary_Bulk method but it is limited by the last
parameter "int nMaxLength", I can not know this parameter before fetching
and I don't want to truncate image or other binary data.
I need something like the RFX_LongBinary which is not limited, but I need it
to work in bulks.
Any idea ?

Thanks,
Yariv