Dim As New: Oledbconnection Oledbconnection
Dim As New: Oledbconnection Oledbconnection
Me.Close()
For calling any form FormName.Show()
For first form alone dont give Me.Close give Me.hide
For completely closing the program startupform.Close()
Any database form should have this statement in first line of the form
Imports System.Data.OleDb
ADD:
BELOW PROGRAM variable1 & variable2 are string and variable3 is a number
DELETE:
BELOW PROGRAM variable is the variable based on which we are going to delete a record
UPDATE:
BELOW PROGRAM variable is the variable based on which we are going to update a record
filed filed1
VIEW:
Viewing the complete record from a database in table called DataGridView1