Download Practical 7. Database operations using class

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Practical 7. Database operations
using class.
7.1 Define Interface with signature of 2 properties.
7.2 Define a class which implement interface which u have defined.
7.3 Define a class which contain the methods to perform database
operations: INSERT, UPDATE, DELETE, SEARCH
7.4 Create a windows application which performs database
operations using above defined class.
Database Programming with VB.Net
VI-Computer Engineering
Date of Start:
Date of Completion:
Sign:
Practical 7.
Database operations using class
7.1 Define Interface with signature of 2 properties.
- Property for empid and empaname.
7.2 Define a class which implement interface which u have defined.
- Define class which implement property empid and empname.
7.3 Define a class which contain the methods to perform database
operations: INSERT, UPDATE, DELETE, SEARCH
7.4 Create a windows application which performs database
operations using above defined class. And call the interface value.
1.Insert operation
2
Database Programming with VB.Net
Practical 7.
2. Delete Operation
3. Update Operation
3
Database Programming with VB.Net
Database operations using class
Practical 7.
4. Search Operation
5.Call Interface value
4
Database Programming with VB.Net
Database operations using class
Related documents