Visual Basic .NET Tutorial

How to Clear ComboBox with DataSource in VB.Net and MySQL Database

Submitted by janobe on
This time, I will teach you how to clear ComboBox with DataSource in VB.Net and MySQL database. Removing list of records in the combo box that has a data source is a bit hard to do especially for beginners in programming. So I made this tutorial to help you clear all the data that’s inside the combo box in just a click.

How to Backup and Restore MS Access Database Using VB.Net

Submitted by janobe on
Backup and restore are very important just in case you deleted something in the records that are needed in the system. So in this tutorial, I will teach you how to Backup and Restore MS Access Database Using VB.Net. With this method you can backup the file and restore it with ease. Just follow the steps below.

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.

Retrieving Data in MySQL Database Using DataReader in VB.Net

Submitted by janobe on
Today you will learn on how to retrieve data in MySQL Database using DataReader in VB.net. This method provides an effective way to retrieve data from the database. It is efficient to use this kind of method because you can design the datagridview column according to your desire.