| Subject | RE: [firebird-support] Help required | 
|---|---|
| Author | Mahesh Pratihari | 
| Post date | 2012-08-01T06:52:54Z | 
Thanks
 
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Thomas
Steinmaurer
Sent: Wednesday, August 01, 2012 12:15 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Help required
 
  
Mahesh,
data (images, ...) use a sub-type of 0. If you intend to store text
data, use sub-type 1.
E.g.
<column> BLOB SUB_TYPE 0
<column> BLOB SUB_TYPE 1
--
With regards,
Thomas Steinmaurer
http://www.upscene.com/
[Non-text portions of this message have been removed]
            From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Thomas
Steinmaurer
Sent: Wednesday, August 01, 2012 12:15 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Help required
Mahesh,
> Could you please let me know what is the equivalent of varbinary( max)In general, BLOB with an appropriate sub-type. If you are storing binary
> of SQL datatype in Firebird.
data (images, ...) use a sub-type of 0. If you intend to store text
data, use sub-type 1.
E.g.
<column> BLOB SUB_TYPE 0
<column> BLOB SUB_TYPE 1
--
With regards,
Thomas Steinmaurer
http://www.upscene.com/
[Non-text portions of this message have been removed]