Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Make your own database table called employees.Create the following fields:firstnamelastnametitlebirthdatePopulate the database with dummy dataRepeat the example aboveCreate a new projectCreate a new classCreate a

Make your own database table called employees.Create the following fields:firstnamelastnametitlebirthdatePopulate the database with dummy dataRepeat the example aboveCreate a new projectCreate a new classCreate a method called getemployees and return a datatable with firstname, lastname, title, birthdate from employees tableCreate a method called getNumEmployes to return a number of employeesCreate a method called getXMl that retrieves the employee names in XML format from the employees tableAdd a datagridview , a label, a textbox and 3 buttonsThe first button will bind the datagridview with the datatable from getemployees methodThe second button will populate a label with the number of employees from the getNumEmployees method you createThe third button will fill the textbox with xml from getXML method

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions