Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!