Preview

Source Code for Attendance Management System in Vb6.0

Good Essays
Open Document
Open Document
1211 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Source Code for Attendance Management System in Vb6.0
Students Attendance Entry Module Source Code:
Option Explicit
Public rs As New ADODB.Recordset
Public cmd As New ADODB.Command
Public con As New ADODB.Connection

Public Sub OpenConn()
With con
.CursorLocation = adUseClient
.ConnectionString = "Provider=MSDAORA.1;Password=praem;User ID=praem;Data Source=127.0.0.1;Persist Security Info=True"
.Open
End With
End Sub

Private Sub Form_Load()
OpenConn
With rs

.CursorLocation = adUseClient

.CursorType = adOpenKeyset

.LockType = adLockOptimistic

.CacheSize = 50

.Source = "Select * from students"

.ActiveConnection = "Provider=MSDAORA.1;Password=praem;User ID=praem;Data Source=127.0.0.1;Persist Security Info=True"

.Open

End With fillforms lock_edit save.Enabled = False
End Sub
Private Sub fillforms()

If Not (rs.EOF = True Or rs.BOF = True) Then rno.Text = rs(0) student.Text = rs(1) fname.Text = rs(2) phno.Text = rs(3) email.Text = rs(4)
Me.branch.Text = rs(5) sem.Text = rs(6) street.Text = rs(7) city.Text = rs(8) district.Text = rs(9) state.Text = rs(10) pincode.Text = rs(11) dob.Value = rs(12) doj.Value = rs(13)
Else
MsgBox "This is the last Record or the first Record", vbOKOnly, "Cannot Move"
End If

End Sub

Private Sub Form_Unload(Cancel As Integer) college.Show
End Sub

Private Sub Label1_Click()

End Sub

Private Sub nex_Click()
If Not (rs.EOF = True) Then rs.MoveNext fillforms
End If
End Sub

Private Sub prev_Click()
If Not (rs.BOF = True) Then rs.MovePrevious fillforms
End If
End Sub
Private Sub first_Click()
If Not (rs.BOF = True) Then rs.MoveFirst fillforms
End If
End Sub
Private Sub last_Click()
If Not (rs.EOF = True) Then rs.MoveLast fillforms
End If
End Sub
Private Sub add_Click()
If add.Caption = "New" Then unlock_edit nul_text add.Caption = "add" delete.Caption = "Cancel" edit.Enabled = False save.Enabled = False first.Enabled = False

You May Also Find These Documents Helpful

  • Satisfactory Essays

    MICROSOFT ACCESS Database Name: db1 Table Name: Table1 VISUAL BASIC Form Name: frmmain Code: Private Sub cmdadd_Click() frmadd. Show End Sub Private Sub cmdexit_Click() End…

    • 1691 Words
    • 16 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Security nowadays is a basic need for businesses or companies or even universities. It helps us in such way to secure and to make the school safety. It is an important thing that a schools/universities should have because it helps a lot in many ways such as organizing, storing, and manipulating data. Having this software may help a schools/universities to secure all the It helps a lot because almost all the companies nowadays uses computer literate and very competitive in many aspects. Whatever kind of business you manage, you are required by law to keep financial records relating to it.…

    • 324 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Case Study: Sudukucubes?

    • 936 Words
    • 4 Pages

    End If Next Next Case Is = 1 'Medium Puzzle level = "Medium" For x As Integer = 0 To 8 For y As Integer = 0 To 8 SudukuCubes(x, y).Text = MedPuzzle(x, y) If SudukuCubes(x, y).Text <> "" Then SudukuCubes(x, y).ReadOnly =…

    • 936 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    Ms Access Macro Work

    • 4707 Words
    • 19 Pages

    Intro to Macros ..................................................................................................................6 What is a Macro?.............................................................................................................7 Creating a Macro .............................................................................................................8 Action Pane .................................................................................................................9 Argument Pane............................................................................................................9 Argument Pane..........................................................................................................10 Editing a macro..............................................................................................................14 Using the Macro ............................................................................................................15…

    • 4707 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Tutorial About Vb.Net

    • 88542 Words
    • 355 Pages

    All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher. ISBN-13 (pbk): 978-1-59059-947-1 ISBN-10 (pbk): 1-59059-947-0 ISBN-13 (electronic): 978-1-4302-0560-9 ISBN-10 (electronic): 1-4302-0560-1 Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1 Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. Lead Editor: Dominic Shakeshaft Technical Reviewer: Fabio Claudio Ferracchiati Editorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh Senior Project Manager: Sofia Marchant Copy Editor: Liz Welch Associate Production Director: Kari Brooks-Copony Senior Production Editor: Laura Cheu Compositor: Linda Weidemann, Wolf Creek Press Proofreader: Nancy Sixsmith Indexer: Broccoli Information Management Artist: April Milne Cover Designer: Kurt Krames Manufacturing Director: Tom Debolski Distributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com, or visit…

    • 88542 Words
    • 355 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Vb.Net

    • 277 Words
    • 2 Pages

     INTRODUCTION  WHAT IS VISUAL BASIC.NET (VB.NET)?  WHAT ARE THE DIFFERENCE BETWEEN VB…

    • 277 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Visual Basic Project

    • 661 Words
    • 3 Pages

    Close() End Sub End Class Form 2 Source Code: Public Class Form2 Private Sub Button1_Click(ByVal sender As System. Object, ByVal e As System.…

    • 661 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Vb.Net

    • 6449 Words
    • 26 Pages

    Visual Basic .NET is the next version of the very famous Visual Basic programming language. Visual Basic .NET offers developers with the benefits of rapid development with a full-support of object-oriented (OO) programming concepts. Visual Basic .NET provides the easiest, most productive language and tool for rapidly building Windows and Web applications. Visual Basic .NET comes with enhanced visual designers, increased application performance, and a powerful integrated development environment (IDE).…

    • 6449 Words
    • 26 Pages
    Powerful Essays
  • Powerful Essays

    Rfid Based Attendance System

    • 8029 Words
    • 33 Pages

    identification method, relying on storing and remotely retrieving data using devices called RFID tags or transponders. The technology requires some extent of cooperation of an RFID reader and an RFID tag. An RFID tag is an object that can be applied to or incorporated into a product, animal, or person for the purpose of identification and tracking using radio waves. Some tags can be read from several meters away and beyond the line of sight of the reader.…

    • 8029 Words
    • 33 Pages
    Powerful Essays
  • Best Essays

    Seema Rao, Prof.K.J.Satoa CSE,CSVTU Chhattisgarh, India Abstract- Biometric technology that involves the identification and verification of individuals by analyzing the human fingerprint characteristics has been widely used in various aspect of life for different purposes, most importantly as regards this study the issue of employee attendance. The main aim of this paper is to develop an accurate , fast and very efficient automatic attendance system using fingerprint verification technique. We propose a system in which fingerprint verification is done by using extraction of minutiae technique and the system that automates the whole process of taking attendance, The study was conducted using a quantitative approach by designing a questionnaire as the data collection instrument based on fingerprint matching biometric technologies. The survey involved 6 employees based on stratified random sampling technique. The results however show that fingerprint biometric identifier was found suitable for the employee attendance management system of the organization. Keywords: Biometrics , fingerprint ,employee attendance , identifier ,etc . 1. Introduction In many institutions and organization the attendance is very important factor for various purposes and its one of the important criteria that is to follow for students and organization employees. The previous approach in which manually taking and maintains the attendance records was very inconvenient task. After having these issues in mind we develop an automatic attendance system which automates the whole process of taking attendance and maintaining it.We already know about some commonly used biometric techniques are used for objective identification ,verification are…

    • 2014 Words
    • 9 Pages
    Best Essays
  • Powerful Essays

    attendance system

    • 1928 Words
    • 6 Pages

    Abstract—In Thailand University, checking student attendance is one of the important issues for universities, because many universities evaluate students’ attendance and while giving the final grade, professors consider their total number of appearances on classes during the whole semester. This brings to the idea of having some tool to control students’ attendance. Some universities prefer to use paper sheet for controlling attendance, whereas some universities prefer to use paper sheet for checking students ' attendance and after this, fill out these information into a system manually, like Kasetsart University Si Racha Campus does. However, this is not an efficient way since there will be spent much of time for calling students names and putting marks like "presence" or "absence" if the class is a lecture class, and in this class at least 5 groups are presented. Moreover, some students may call his/her friend as "presence" even though this student is currently absent. After thinking all these issues, researcher of the following research paper decided to create a system that makes easier to check students’ attendance automatically, and this system is implemented in Kasetsart University Si Racha, Thailand. Actually, this is the first time when such kind of system is being used in educational…

    • 1928 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    Attendance Monitoring System

    • 2261 Words
    • 10 Pages

    4.1 Students whose attendance is interrupted by illness or other medically related condition for more than 5 working days are required to submit a medical certificate to their School Programmes Office. Failure to do so may result in the student being withdrawn and the matter reported to the appropriate bodies by Student Administrative Services.…

    • 2261 Words
    • 10 Pages
    Powerful Essays
  • Good Essays

    The attendance system is based around tracking student absences, since there should be fewer of them than presences. An attendance record is stored for a student only when they are absent (or late) from school. No record is stored when they are present. This is the easiest approach in terms of record entry. This system is also designed to accomodate the problems of K-12 schools that may have different attendance periods per day for different grades. ( K-6 may have 2 attendance periods per day (Morning and Afternoon) while 7-12 have 6 periods per day, that correspond to teaching periods ).…

    • 2685 Words
    • 11 Pages
    Good Essays
  • Best Essays

    attendance system

    • 1845 Words
    • 8 Pages

    management of college student, this can help to urge student to class on time, improve…

    • 1845 Words
    • 8 Pages
    Best Essays
  • Better Essays

    References: [1] Te-Won Lee And Michael S. Lewicki “Unsupervised Image Classification, Segmentation And Enhancement Using Ica Mixture Models” Ieee Transactions On Image Processing, Vol. 11, No. 3, March 2002 [2] Hua Li, Abderrahim Elmoataz Jaral Fadili Su Ruan “An Improved Image Segmentation Approach Based On Level Set And Mathematical Morphology” Third International Symposium On Multispectral Image Processing And Pattern Recognition [3] Ilya Pollak, Alan S. Willsky, Fellow, And Hamid Krim, Fellow,“Image Segmentation And Edge Enhancement With Stabilized Inverse Diffusion Equations” Ieee Transactions On Image Processing, Vol. 9, No. 2, February 2000 [5] Tabassam Nawaz, Khurram Ashfaq Qazi, M Imran Ashraf “Efficient Noise Removal Algorithm From A Torn Paper” 12th International Conference On Computer Graphics And Artificial Intelligence 3IA, 2009 Athens, Greece [6] Tabassam Nawaz, Khurram Ashfaq Qazi, M Imran Ashraf “Performance Evaluation of Noise Removal Algorithms for Scanned Images” 12th International Conference On Computer Graphics And Artificial Intelligence 3IA, 2009 Athens, Greece…

    • 2554 Words
    • 11 Pages
    Better Essays