Subject Re: [ib-support] ASP & InterBase Blob data
Author Helen Borrie
At 03:30 AM 11-10-02 +0000, you wrote:
>Is that possible that ASP can read data from blob data from interbase
>database and show as picture?

The interbase database can store and deliver a binary stream. It doesn't
know or care about the content. If ASP can handle a blob in the manner you
want then the answer is YES. As to the medium of delivery, presumably you
would use an ODBC or OLE driver that recognises blobs and processes their
content in an encapsulated way...

Helen