summaryrefslogtreecommitdiff
path: root/Assignment3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Assignment3.txt')
-rw-r--r--Assignment3.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Assignment3.txt b/Assignment3.txt
new file mode 100644
index 0000000..1397952
--- /dev/null
+++ b/Assignment3.txt
@@ -0,0 +1,8 @@
+Create a Windows Forms application to support data maintenance (CRUD functionality) of Invoices per Vendor in the Payables database.
+Make use of the Connection, Transaction, Command, and DataReader objects of the ADO.NET SQLClient Provider,
+not DataSets, DataTables, DataAdapters or the Configuration Wizard.
+
+The user has to select a Vendor and then view, add, edit or delete Invoice records for the selected vendor.
+Changes have to be saved before the user can select another vendor.
+
+Feel free to make use of a combination of UI controls such as Grids, TextBoxes, ComboBoxes, etc. \ No newline at end of file