diff --git a/db3.zip b/db3.zip new file mode 100644 index 0000000..9ddf1be Binary files /dev/null and b/db3.zip differ diff --git a/db3/Database3.zip b/db3/Database3.zip new file mode 100644 index 0000000..e9d9622 Binary files /dev/null and b/db3/Database3.zip differ diff --git a/db3/stored proc.txt b/db3/stored proc.txt new file mode 100644 index 0000000..47aa1d0 --- /dev/null +++ b/db3/stored proc.txt @@ -0,0 +1,8 @@ +-- SET NOCOUNT ON added to prevent extra result sets from + +SET NOCOUNT ON; + SELECT student_id, fname, lname, dob, ACCT_BAL + FROM STUDENT + WHERE upper(STUDENT_ID) like upper( @studentid ) + or upper(lname) like upper( @lname ) + or dob = @dob diff --git a/db3/stored proc.txt.bak b/db3/stored proc.txt.bak new file mode 100644 index 0000000..e69de29