Altering extra table in SQL module
Hi List In my accounting_start_query I would like to update another table in the same database with the NASIPAddress. What would be the best way to do this? Could I add a ; at the end of the query and add another one to the same quoted string or should I use the exec() module? Thanks Barry
Hi,
Hi List
In my accounting_start_query I would like to update another table in the same database with the NASIPAddress. What would be the best way to do this?
Could I add a ; at the end of the query and add another one to the same quoted string or should I use the exec() module?
personally I'd just prefer to add some more commands on the same line - as you state - however, I've never tested this. alan
Well exec is a better solution if you need some calculations Please send us your results :) A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
Hi List
In my accounting_start_query I would like to update another table in the same database with the NASIPAddress. What would be the best way to do this?
Could I add a ; at the end of the query and add another one to the same quoted string or should I use the exec() module?
personally I'd just prefer to add some more commands on the same line - as you state - however, I've never tested this.
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Barry -
Marinko Tarlac