Subject | Re: getObject and blob |
---|---|
Author | rrokytskyy |
Post date | 2002-03-26T10:51:37Z |
Hi,
- if the subtype of the BLOB field is >= 0 - this is LONGVARBINARY;
- if the subtype of the BLOB field is < 0 - this is BLOB.
What do you think?
Regards,
Roman
> IMHO, I think that we should make Firebird BLOBsAs I wrote in previous reply, my idea is:
> behave as BINARY data types. Most applications that
> use JDBC expect a LONGVARBINARY type (not a BLOB),
> and a JDBC implementation that does not provide
> an implementation for LONGVARBINARY will surely
> have troubles with them.
- if the subtype of the BLOB field is >= 0 - this is LONGVARBINARY;
- if the subtype of the BLOB field is < 0 - this is BLOB.
What do you think?
Regards,
Roman