A Database connection with OLEDB and MS Access 2007 Database

KCC SSAO E-voting System

Submitted by joken on
This system is created using Visual Basic 2008 and Microsoft Access 2007 is used for Database support and crystal Report is the tool used for reporting. In this system, it introduces a computerized registration form for each voter through which voter details, including name, course, year level, etc. can be entered. From these details an algorithm will generate a unique id. This registration system

Connect an OLEDB with MS Access 2007 Files

Submitted by bryanhayag on
Add a new module in you project or use the existing module... add a Reference" Microsoft ActiveX Data Objects 2.1 Library or Higher type this code in the Module and make Sub Main as your startup module Option Explicit Public CON as ADODB.Connection Sub Main() Set CON = New ADODB.Connection CON.Provider = "Microsoft.ACE.OLEDB.12.0"