Subject | Re: [IBO] Image |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-11-14T13:28:31Z |
Rejane,
IBO has two separate set of components - native and TDataset-compatible -
and you cannot mix them. As I see it, you have two choices: Either use
TIBOQuery with TImage, or use TIB_Query with TIB_Image (I recommend the
latter). There is one method called AssignSQLWithSearch or similar which
you may be able to use for assigning the contents of a TIB_Query to a
TIBOQuery (or vice versa) if you insist on using TIB_Query and TImage, but
I don't know how to use it (I never use TDataset-compatible components).
HTH,
Set
IBO has two separate set of components - native and TDataset-compatible -
and you cannot mix them. As I see it, you have two choices: Either use
TIBOQuery with TImage, or use TIB_Query with TIB_Image (I recommend the
latter). There is one method called AssignSQLWithSearch or similar which
you may be able to use for assigning the contents of a TIB_Query to a
TIBOQuery (or vice versa) if you insist on using TIB_Query and TImage, but
I don't know how to use it (I never use TDataset-compatible components).
HTH,
Set
>I need to assign a Image (Blob field) to a TImage component. I'm using
>TIB_Query.