Database Microproject
Database Microproject
Database Microproject
Database microproject
A MICRO-PROJECT REPORT ON
(INFORMATION TECHNOLOGY-IF4I)
2020-21
UNDER THE GUIDANCE OF
Prof. J.B. Nemane
CERTIFICATE
This is to certify that the Micro-project entitled “ ACME DVD RENTAL SHOP ”
Mr. / Miss--------------------------------------------------------------
DECLARATION
We, the undersigned, hereby declare that the project entitled “ ACME DVD
RENTAL SHOP ” is written and submitted by us to Government Polytechnic Ambad
during Year 2019-20, Third Semester for partial fulfillment of the ‘Micro Project’
requirement of ‘ DATABASE MANAGEMENT SYSTEM ’ subject under Maharashtra
State Board of Technical Education, Mumbai curriculum, under the guidance of PROF.
J. B. NEMANE.
ACKNOWLEDGEMENT
Date:
INDEX
1.VB.NET
Introduction
Definition
2.MS ACCESS
Introduction
Procedure
3.CONNECTING TO DATABASE
Procedure
4.OUTPUT
Screenshots
INTRODUCTION
What is VB.Net?
Visual Basic .ASP NET runs on the .NET framework, which means that it has
full access to the .NET libraries. It is a very productive tool for rapid creation
of a wide range of Web, Windows, Office, and Mobile applications that have
been built on the .NET framework.
The language was designed in such a way that it is easy to understand to both
novice and advanced programmers. Since VB.NET relies on the .NET
framework, programs written in the language run with much reliability and
scalability. With VB.NET, you can create applications that are fully object-
oriented, similar to the ones created in other languages like C++, Java, or C#.
Programs written in VB.NET can also interoperate well with programs
written in Visual C++, Visual C#, and Visual J#. VB.NET treats everything as
an object.
It is true that VB.NET is an evolved version of Visual Basic 6, but it's not
compatible with it. If you write your code in Visual Basic 6, you cannot
compile it under VB.NET.
History of VB.NET
In 2008, VB 9.0 was introduced. This was released together with .NET
3.5. Some of the features added to this release of VB.NET included
anonymous types, true conditional operator, LINQ support, XML
literals, Lambda expressions, extension methods, and type inference.
VB.NET Features
VB.NET is not case sensitive like other languages such as C++ and
Java.
It is an object-oriented programming language. It treats everything as
an object.
Automatic code formatting, XML designer, improved object browser
etc.
Garbage collection is automated.
Support for Boolean conditions for decision making.
Simple multithreading, allowing your apps to deal with multiple tasks
simultaneously.
Simple generics.
A standard library.
Events management.
References. You should reference an external object that is to be used in
a VB.NET application.
DEFINITION
Definition of VB.NET
Visual Basic .NET (VB.NET) is a Microsoft object-oriented programming
(OOP) language. It evolved from Visual Basic 6 (VB6) to meet an increasing
need for easy web-services and web development.
MS ACCESS
Introduction
Microsoft Access is a database management system (DBMS) from
Microsoft that combines the relational Microsoft Jet Database Engine
with a graphical user interface and software-development tools.
It is a member of the Microsoft Office suite of applications, included in
the Professional and higher editions or sold separately.
Microsoft Access stores data in its own format based on the Access Jet
Database Engine. It can also import or link directly to data stored in
other applications and databases.[3]
Software developers, data architects and power users can use Microsoft
Access to develop application software.
Like other Microsoft Office applications, Access is supported by Visual
Basic for Applications (VBA), an object-based programming language
that can reference a variety of objects including the legacy DAO (Data
Access Objects), ActiveX Data Objects, and many other ActiveX
components.
Visual objects used in forms and reports expose their methods and
properties in the VBA programming environment, and VBA code
modules may declare and call Windows operating system operations.
To create a table, select the Create tab in the toolbar at the top of the screen.
Then click on the Table Design button in the Tables group.
Next, add the fields to the table. In this example, we've added the fields
Customer_ID, First_Name, Last_Name, etc.
Next, you'll want to set up a primary key for your table. To do this, highlight
the field(s) that you want to use as the primary key. Then select the Design tab
in the toolbar at the top of the screen and click on the Primary Key button
under the Tools section.
Finally, you need to save your table by clicking on the save button in the top
left of the Access window.
Now your table should be listed in the left window. In this example, we've
created a table called Suppliers.
Connecting To Database
1. Access the menu from which you can select SQL Developer:
o On a Windows system: From the Start menu, select All
Programs.
o On a Linux system:
On KDE: Click K.
If this is the first time you have started SQL Developer on your system,
you are prompted to enter the full path to java.exe (for example,
C:\jdk1.5.0\bin\java.exe). Either type the full path after the
prompt or browse to it, and then press the key Enter.
For security, the password characters that you type appear as asterisks.
Near the Password field is the check box Save Password. By default, it
is deselected. Oracle recommends accepting the default.
10.In the New/Select Database Connection window, click the button Test.
Output Screenshots