11 Oct
2021
11 Oct
'21
2:17 p.m.
On Oct 11, 2021, at 2:04 PM, Giedrius Baronas <g.baronas@gmail.com> wrote:
I will try to describe it more precisely. If radius receives a packet with radius attribute "ADSL-Agent-Circuit-Id" then I need to use a sql1 instance. In the else statement I need it to use sql2 instance. How can I set sql instances ?
Just refer to them by name. if (a) { sql1 } else { sql2 } Alan DeKok.