prettitoni
Programmer
Hi. I've got one table with multiple children tables off it. I've got individual SPs for each of the tables that either updates the record or insert it if it doesn't exist. I have to update the tables thru VB6 and I'm not sure about something. Can someone tell me if its better to have another SP (like a main one) that accepts all the parameters and passes them to the appropriate sub SPs for the updates...or set up each SP thru my VB code and call each of them depending on what data is passed?