Question: DONE IN C# CONSOLE making calls to MYSQL Start a new project in Visual Studio called db_14 and add the MySQL reference. Prompt the user
DONE IN C# CONSOLE making calls to MYSQL
Start a new project in Visual Studio called "db_14" and add the MySQL reference.
Prompt the user to enter a username and password then call login.
Call display to show the object properties.
If the user is not found display "Invalid Login" and exit.
Else, prompt the user to enter in the fields for the user object. (Firstname, Lastname, username, password...)
If the user enter a blank, use the existing value from the object.
Save the object to the database,
Call display to show the object properties.
Manually, go to Sequel Pro and check the database to ensure the update occurred.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
