Page 1 of 1

Load image from database in web application

Posted: Wed 05 Oct 2005 17:03
by lyc
Is there any sample code that i can reference to? I would like to display an image stored in db on a webpage.

thanks

Posted: Thu 06 Oct 2005 09:18
by Serious
You can see how to retrieve image from MySQL database in 'Pictures' demo project (see "%ProgramFiles%\CoreLab\MySqlDirect.NET\Samples" folder).

There is no example for image diplaying on web page in MySQLDirect .NET installation package, so you have to find it in Microsoft ASP.NET samples or somewhere else.