For example :
I call the data of a table!
Then I will call the rows of the table one by one with the loop command!
Loop …………………………………………….
For example: ID - name - national code
And then with the following command that calls the data with the national code of each person, we call the information!
neoPhpExecSql "dbName" "dbQuery" ""params" callBackFn
endloop ................................. ...................................
Now my problem is that I have a command in the subroutine ((callBackFn)) to update the details of the person in question, which are called in sequence with the loop command!
Update happens only for the last record.
For example :
I call the data of a table!
Then I will call the rows of the table one by one with the loop command!
Loop …………………………………………….
For example: ID - name - national code
And then with the following command that calls the data with the national code of each person, we call the information!
neoPhpExecSql "dbName" "dbQuery" ""params" callBackFn
endloop ................................. ...................................
Now my problem is that I have a command in the subroutine ((callBackFn)) to update the details of the person in question, which are called in sequence with the loop command!
Update happens only for the last record.