retrieving image from database [message #228052] |
Sat, 31 March 2007 01:20 |
harshalonline22
Messages: 74 Registered: March 2007 Location: Pune
|
Member |
|
|
Suppose we have stored an image in database table column of
bfile datatype.
Now i want to retrieve that image from the database and show it onto front end like D2k tools,etc..
How to achieve that???
Regards,
Harshal
|
|
|
|
|
|
|
|
Re: retrieving image from database [message #229162 is a reply to message #229029] |
Thu, 05 April 2007 10:46 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
But in case if u have stored a media file in databse of any extension say for eg. *.wmv,*.avi,*.dat.
Then you have one general problem. When the file is in the database it doesn't have a filename, and so it doesn't have an extension.
So you will have to have some other column in the table that tells you what type of media file it actually is, or what filename it is supposed to have when it's transferred somewhere else.
|
|
|
|