blob images from MySQL database to vbhtml Views in MVC visual studio project

Bizerk

New Member
I'm working for the first time in Visual Studio and I'm working on asp.net MVC project with visualbasic as programming language and MySQL as database.I extract data from the database with MysqlConnection, Mysqlcommand and Myysqldatareader and then I send this data to the view pages through ViewData().For integer, char and string fields everything works fine but I'm having some problem in displaying images stored in blob fields, I don't know how to extract, manage and show this kind of data in the vbhtml pages. By the way...I have the constraint to memorize images in the blob fields, I'm not allowed to store them in the file system in the /image directory.Any suggestion?
 
Top