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