I am trying to execute a stored procedure that will insert into a table. After inserting into the first table, I want to get the id of the last record inserted, and insert into other tables using that value as a foreign key, while at the same time inserting other values. (Using CF 4.0, SQL...