This topic is locked
[SOLVED]

 How to select connection for CustomQuery

3/25/2018 1:35:12 PM
PHPRunner General questions
K
kdsohn author

Hello,
it is quiet simple to place a CustomQuery into an event
$sql = " ... ";

CustomQuery($sql);
But this query is executet for the default db-connection, even if the page belongs to a different connection.
Does anybody know, how I could choose a different connection for this query ?
Thank you and my best regards,
Klaus-Dieter