Hello All,
I need some help with the following process - not sure where to start but this is what i have to do in my integration package:
For each row in my tableA I want to update it with a string value (the value is derived from an SQL statement using a condition - WHERE clause). The condition is an interger value and is obtained by calling a PHP script. The PHP script will return an interger which i then need to pass as the WHERE condition in the SQL statemnt.
Can I call a PHP script (URL) from an intergration package?
and if I can how do I get the integer it is returning as a result?
and pass it into my SQL statement [for each row in tableA]?
p.s. I have already got my connecion and have imported the data into my table so I just need to start from the point of accessing the tableA and looping through each record.
Many thanks
I need some help with the following process - not sure where to start but this is what i have to do in my integration package:
For each row in my tableA I want to update it with a string value (the value is derived from an SQL statement using a condition - WHERE clause). The condition is an interger value and is obtained by calling a PHP script. The PHP script will return an interger which i then need to pass as the WHERE condition in the SQL statemnt.
Can I call a PHP script (URL) from an intergration package?
and if I can how do I get the integer it is returning as a result?
and pass it into my SQL statement [for each row in tableA]?
p.s. I have already got my connecion and have imported the data into my table so I just need to start from the point of accessing the tableA and looping through each record.
Many thanks