Hi,
I have taken over a website which has a function that inserts data to a table using the recordset.
I need to split the insert query into 2 as we want to split the table being inserted into.
This is fine - I can write the queries required, but I am used to PHP and am unsure of how to run a 2nd query within the recordset.
Or do I have to set up a new function and call both functions?
Hope this makes sense!
Thanks in advance.
I have taken over a website which has a function that inserts data to a table using the recordset.
I need to split the insert query into 2 as we want to split the table being inserted into.
This is fine - I can write the queries required, but I am used to PHP and am unsure of how to run a 2nd query within the recordset.
Or do I have to set up a new function and call both functions?
Hope this makes sense!
Thanks in advance.