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

Submitted by janobe on
Today, you will learn how to save Image in Access Database using VB.Net. This project will illustrate how to save an object in the field with a data type of “OLE Object” in the Access database. In this process, the image itself will be automatically saved in the database when the button is clicked. See the procedure below to see how it works.

Mini Cashiering System Using C#

Submitted by janobe on
In this tutorial, I will teach you how to create a mini cashiering system using c#. This system can be used for the school project, it is simple that can be done in no time. This system has a function that can display the product in the datagridview. It also has the calculation of the total amount and change of the tender amount.