Question: NEED THIS IN VISUAL BASIC PLEASE Build an application that executes a query against the Players table of the Baseball database from Content. Display the

NEED THIS IN VISUAL BASIC PLEASE

Build an application that executes a query against the Players table of the Baseball database from Content. Display the table in a DataGridView. Add a TextBox and Button to allow the user to search for a specific player by last name. Use a Label to identify the TextBox. Clicking the button should execute the appropriate query. Add the functionality to reset the view to all players.

then

Modify the program to allow the user to locate players with batting averages in a specific range. Add a minimumTextBox for the minimum batting average (0.000 by default) and a maximumTextBox for the maximum batting average (1.000 by default). Use a Label to identify each TextBox. Add a Button for executing a query that selects rows from the Players table in which the BattingAverage column is greater than or equal to the specified minimum value and less than or equal to the specified maximum value.

then

Modify the application to allow the user to locatw players with batting averages in a specific range. Add a minimumTextBox for the minumum batting average (0.00 bydefault) and a maximumTextBox (1.00 by default). Use a Label to identify each TextBox. Add a button for executing a query that selects rows from the Players table in which the BattingAverage column is greater than or equal to the specified minimum vale and less than or equal to the specified maximum value.

NEED THIS IN VISUAL BASIC PLEASE NEED THIS IN VISUAL BASIC PLEASE NEED THIS IN VISUAL BASIC PLEASE

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!