insert into mySQL using Delphi ADOStoredProc
I have a mySQL with the following two tables: person keyed on ID staff keyed on ID and StaffID (used to link managers and their staff) The following stored procedure should insert a row into the staff table provided both…