PDA

View Full Version : ASP & InterBase Blob data


chanthirar
10-11-02, 00:29
Is that possible that ASP can read data from blob data from interbase database and show as picture?

Please advice,

CM

peter1128
10-16-02, 12:21
Originally posted by chanthirar
Is that possible that ASP can read data from blob data from interbase database and show as picture?

Please advice,

CM
The short asnwer is yes.... but it's very hard to achive. I would think of another way around the problem.

chanthirar
10-16-02, 13:10
Either read blob data or read IMG file format that filename doesn't relate with each record.

I mean each record store blob data. I think it might be better if I read it directly from database, instead of guess how they name the image file that I already went throught entire database about 4 times but no clue.

Could anybody help please?