Sergey Kornilov 3/14/2023 | |
The general approach would be like this. Point the connection to the first database, retrieve a record, point the connection to the second database, insert the record. |
|
502110 3/17/2023 |
Well, you have just repeated my idea, but I need a concrete example of how to do it... |
Dalkeith 3/17/2023 | |
OK to me this is really a database question and the specific syntax may vary according to the type of database used. |
Sergey Kornilov 3/17/2023 | |
This revised question has really nothing to do with PHPRunner, just a matter of crafting and executing SQL queries. Here are some examples for MySQL. |
|
502110 3/18/2023 |
admin & Dalkeith, either I am going in the wrong direction, or you.
|
Sergey Kornilov 3/18/2023 | |
All these SQL queries need to be executed in your code that you need to add to button's Server part. You need to write this code, not your users. |