Visual Basic .NET

Infants Info System

Submitted by admin on
Infants Information System is one of my project written in VB.NET which support the documentation for thesis writing. The aim of the project is to record the live birth on an infants. Yet simply but will help programmer who want to learn VB.NET by understanding simple concept in database programming. This is not intended for advance programmer. Since this is made for students the target audience

Payroll System

Submitted by admin on
A payroll system that supports multiple companies. The database is created for each company. This is not intended for large businesses. My client did not ask for more features so the basic functions are: employees information, password protection, create voucher, payroll summary, and an employee's list report. At least you will learn on how to create a simple payroll system using this source code

How to Change the Database Password Programmatically?

Submitted by admin on

This tutorial will teach you on how to change the database password of an Access database programmatically using visual basic 6.0.

CN.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DatabasePath & ";Persist Security Info=False;Mode=12;Jet OLEDB:Database Password="current password here" sqlExecStr = "ALTER Database Password " & txtNewPass & " " & txtOldPass & ";" CN.Execute sqlExecStr

Where CN is your database connection variable.

If you use the database before changing the password be sure to close it by adding code like:

Service Record

Submitted by admin on
This is one of my source code written in VB .NET 2003 before and upgraded this to version 2008. It has a few features but most of the time you cannot find this in other application. Basic features: Autosize cell and autowrap Parent/child or master/detail form Password manager Account information username: admin password: admin database password: jay