diff options
| author | mo khan <mo@mokhan.ca> | 2007-08-26 20:10:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2007-08-26 20:10:42 -0600 |
| commit | 330be9feefb6394479553be0e078b4c4df3cbff1 (patch) | |
| tree | 55618c8af0d36583cde0ea5b4b193b98815a35aa /Assignment3.txt | |
import from svntrunk
Diffstat (limited to 'Assignment3.txt')
| -rw-r--r-- | Assignment3.txt | 8 |
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 |
