variables okay

connection okay

Searching the Worker



SELECT * FROM Worker WHERE empId=''

Editing a Worker



The SQL for the update:
UPDATE Worker SET lastName = '', firstName = '', deptName = '', birthDate = '', hireDate = '', salary = '' WHERE empId = '';



Query the Database...