80 likes | 219 Views
MSIS 411 Database Project. Laura Martone Elroy Shaw Chris Traganos. Overview. Coordinate files and teamwork through Wiki Building the Structure and testing Creating connection from Oracle to Access Running Reports and Queries against the data Have Triggers respond to specific actions.
E N D
MSIS 411Database Project Laura Martone Elroy Shaw Chris Traganos
Overview • Coordinate files and teamwork through Wiki • Building the Structure and testing • Creating connection from Oracle to Access • Running Reports and Queries against the data • Have Triggers respond to specific actions
Creating the Database • Review the Tables • Include project conditions • Construct ERD diagram with entities and their relationships with each other
Scripts • Create PL/SQL to build the ERD’d structure inside Oracle. • Insert dentist office data into the different tables. • Verifying the database integrity by running desc and select queries
Access Reports & Forms • First step was to create 2 way data connection between Access and Oracle • Link the XE file and have Access replicate the logic • Parse PL/SQL into MS SQL for initial build
Queries • Create 5-6 Queries that pull & push specific information from the database. • Integrate into forms for Access interface
Difficulties & Solutions • Linking Oracle to Access – Laura will explain • Pushing Updates from Access to Oracle – Laura (?) • Scripts trial and error – Elroy &/or Chris • Triggers – Elroy &/or Laura