Hide Assignment Information Start by downloading HW_Database.sqlite3 and place it in the root of your Workspace within V
Posted: Sun Jul 03, 2022 12:00 pm
HideAssignment Information
Start by downloading HW_Database.sqlite3 and place itin the root of your Workspace within Visual Studio Code.
Create a graphical program that will accept a name that will beadded to a database. All of the names within the database are to bedisplayed into a listbox for the user to review.
Be sure to setup your program so that when it first opens, thevalues from the database are displayed.
The table has two fields, id and name. id is the primary key andis an auto increment.
Start by downloading HW_Database.sqlite3 and place itin the root of your Workspace within Visual Studio Code.
Create a graphical program that will accept a name that will beadded to a database. All of the names within the database are to bedisplayed into a listbox for the user to review.
Be sure to setup your program so that when it first opens, thevalues from the database are displayed.
The table has two fields, id and name. id is the primary key andis an auto increment.