Sie sind auf Seite 1von 1

1.

Sample Name and Objects for DBMS

Object Property Settings Remarks


Module Name Sourcecode (Optional)
DBML Name SYSTEMDC (Optional)

2. Procedure

1. Add Module to your form then apply the following code below:

Sourcecode.vb

Imports System.Data.Linq ‘importing the code libraries of LINQ


Imports PNHS_Billing_System.SYSTEMDCDataContext

Module SourceCode
Public dbcon As New SYSTEMDCDataContext

Public Sub viewBillingSettings(ByVal dgrid As DataGridView)


Dim view_b = From a In dbcon.billingsettingstbls Select a Order By a.SY
dgrid.DataSource = view_b
End Sub

End Module

MIDTERM EXAM
DBMS and SAD

1. Create Database Management System for your system.


2. Create Tables according to your Data Flow Diagram.
3. Attach the Database to the DBML object of VB.net Programming Language.
4. Create the Graphical User Interface in relation to your Context Diagram.
5. Apply the code of Create, Retrieve, Update and Delete.

Good luck and God bless everyone.

Das könnte Ihnen auch gefallen