by Francis Salvador B. Co (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)
The code uses the Microsoft Access security utility that sets database password by which the program is only the one who can access the database. It also allows you to create and delete an account by having a "USER LEVEL" and a "ADMINISTRATOR LEVEL" feature. To summarize up this code helps you to add a security form to your application...generally looks like WINDOWS logon...
Inputs
A username and password must be fed to enter to the program...
EXAMPLE:
Username:francis
Password:jkl
If in case you are an administrator you can create or delete an account.Else you are just limited to the "Main" menu...
Assumes
The user should know database concepts, some controls such as combo boxes,tab strip, command button,labels, and some logical operations...
To run it the user should activate the MIcrosoft DAO 2.51/3.51 Library located in the References in Visual Basic...You should check it...
Code Returns
If you do not get the proper username and password you cannot enter the sample application.
Side Effects
The user should not emptied the database file. It should have at least one account stored in it..
API DeclarationsThis doesn't uses WINDOWS API.