Load image from database in web application

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
lyc
Posts: 3
Joined: Wed 21 Sep 2005 09:50

Load image from database in web application

Post by lyc » Wed 05 Oct 2005 17:03

Is there any sample code that i can reference to? I would like to display an image stored in db on a webpage.

thanks

Serious

Post by Serious » Thu 06 Oct 2005 09:18

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.

Post Reply