Discussion:
Which IBX Blob type is the best
(too old to reply)
pcerdaz
2006-12-18 01:06:24 UTC
Permalink
Hy,

I would like to know which Blob type in IBX is the best to do
the same as Paradox Blob. In Paradox I used this data type to
associate an little image to each record of a PRODUCT table.
Now I want to do the same in IBX.

I will appreciate your comments,
pcerdaz
Wayne Niddery [TeamB]
2006-12-18 14:56:01 UTC
Permalink
Post by pcerdaz
I would like to know which Blob type in IBX is the best to do
the same as Paradox Blob. In Paradox I used this data type to
associate an little image to each record of a PRODUCT table.
Now I want to do the same in IBX.
The default sub type 0 is fine. In fact, InterBase itself doesn't care about
sub-type, it always stores exactly whatever you give it, so you can always
let it default to 0, however as a convention, "Text" blobs are usually set
as sub type 1. Sub type is really for the programmer's benefit, not the
database.
--
Wayne Niddery - Winwright, Inc (www.winwright.ca)
"Those who disdain wealth as a worthy goal for an individual or a
society seem not to realize that wealth is the only thing that can
prevent poverty." - Thomas Sowell
Loading...