How to Retrieve an Image in MySQL Database Using VB.Net

Submitted by janobe on
This tutorial is the continuation of my last tutorial which is How to Save Image In MySQL Database Using VB.Net. This time I’m going to teach you how to Retrieve Image in MySQL Database Using VB.Net. In this method, it will retrieve the image or file from the MySQL database into the picturebox..

How to Save an Image in MySQL Database Using VB.Net

Submitted by janobe on
In my tutorial, this time I will teach you how to save an Image in the MySQL Database using VB.Net. This method will help you store the image itself into the MySQL Database. This is a secure way of saving your image so that it will not be deleted once a virus affects your system.

Email Directory System C# and Sql

Submitted by Ron June on
Basic Email Directory System using C#.Net and Sql Server Features: Send Email Add Contacts EditContacts Delete Contacts Search Contacts Add Image Note! Please Add System.Web.Helpers in your referenced you can found it on Assemblies Extensions. and also add your connection string to app.config file. I use my very own Sql Library ICrud you can found it on GitHub https://github.com/cajilig-rjc/ICrud