From 330be9feefb6394479553be0e078b4c4df3cbff1 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 26 Aug 2007 20:10:42 -0600 Subject: import from svn --- Assignment3.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Assignment3.txt (limited to 'Assignment3.txt') 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 -- cgit v1.2.3