28 Jan
2009
28 Jan
'09
3:43 a.m.
Anton Borisov wrote:
So, I try to INSERT (unlang) data into my sql table;
This isn't supported.
Oh, I am really very interested in INSERT sql. Please, tell me, Is this right? Can I insert or update any data into my DB? Can I use another way for INSERT sql data when I do not use sql accounting and accounting_start_query/stop_query statement? I need to insert or update sql data when my customers do authorize check.
Edit the source code to rlm_sql to look for "INSERT" in the query, and do an insert. Alan DeKok.