<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<font size="2">You know, Greger... it's statements like that that absolutely terrify me away from trying to migrate our production setup to the new SER. :) 
<br />
<br />We use avpops for just about EVERYthing. :)  And I still don't understand the selects, though I've looked at them. 
<br />
<br />Daunting, I tell you. 
<br />
<br />N. 
<br /></font><font size="2"><b>
<br />On Thu, 12 Apr 2007 21:09:59 +0200, Greger V. Teigre wrote</b>
<br />&gt; 

Note that avpops is deprecated in upcoming SER 2.0  (still present, 
but
not maintained). Selects, avps and a couple of more powerful 
modules
take over.
<br />&gt; 

See docs:
<br />&gt; 

<a href="http://www.iptel.org/ser/doc/modules/avpops" class="moz-txt-link-freetext">http://www.iptel.org/ser/doc/modules/avpops</a>
<br />&gt; 

You need an attribute column defined (in your dbscheme), which 
should
be identified in the second param to avp_db_delete.
<br />&gt; 

g-)
<br />&gt; 
<br />&gt; 

chungyu 
wrote:
<blockquote type="cite" cite="http://www.arcdiv.com/cgi-bin/owm/mid002201c77c47$b5ca6150$211016a3@nctu">
  

  

  

<!-- style 
begin

style end 
-->

  
<br />&gt; <font size="2">Dear all:
<br />&gt; 

 avpops module' exported function avp_db_delete() can do delete 
one
record?</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">example:
<br />&gt; 

           I use &quot;test&quot; as 
default table that has two 
fields.</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">username |  number
<br />&gt; 

-------------------
<br />&gt; 

bob      |  1
<br />&gt; 

alice    |  1
<br />&gt; 

bob      |  
2</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">my configuration:
<br />&gt; 

modparam(&quot;avpops&quot;, &quot;avp_url&quot;, &quot;mysql://ser:heslo@localhost/ser&quot;)
<br />&gt; 

modparam(&quot;avpops&quot;, &quot;avp_table&quot;, &quot;test&quot;)
<br />&gt; 

modparam(&quot;avpops&quot;, &quot;username_column&quot;, &quot;username&quot;)
<br />&gt; 

modparam(&quot;avpops&quot;, &quot;avp_aliases&quot;, &quot;num=i:55&quot;)
<br />&gt; 

modparam(&quot;avpops&quot;, 
&quot;db_scheme&quot;,
&quot;number_scheme:table=test;value_col=number;value_type=string&quot;)</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">if (method==&quot;INVITE&quot;){
<br />&gt; 

   avp_db_load(&quot;$from/username&quot;, &quot;$num/$number_scheme&quot;);   
//load 
from
table &quot;test&quot; ,number column as string value into AVP name '$num'
<br />&gt; 

   avp_db_delete(&quot;$from/username&quot;, &quot;s:test&quot;)     
 //delete all 
bob'
record
<br />&gt; 

};</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">if bob calling then bob'record has 
deleted</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">username  |  number
<br />&gt; 

--------------------
<br />&gt; 

alice     |  
1</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">But i want delete a record.
<br />&gt; 

ex: delete number value is 1 for 
bob</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">username  |  number
<br />&gt; 

--------------------
<br />&gt; 

alice     |   1
<br />&gt; 

---------------------
<br />&gt; 

bob       |   2 
</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">avp_db_delete() can do delete one record? 
</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">Another question is avp_db_store() can do 
insert
new data in 
table?</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">ex:  insert into test (username,number) 
values
(&quot;mary&quot;,&quot;3&quot;)</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">username  |  number
<br />&gt; 

-------------------
<br />&gt; 

alice     |    1
<br />&gt; 

-------------------
<br />&gt; 

bob       |    2
<br />&gt; 

-------------------
<br />&gt; 

mary      |    
3</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">avp_db_store() can do 
it?</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">sorry,I still can't understand what it mean 
about
avp_db_store() and avp_db_delete().
<br />&gt; 

Can tell me?
<br />&gt; 

Thanks a lot in 
advance</font>
  
<br />&gt;  

  
<br />&gt; <font size="2">Chungyu 
</font>
  
<br />&gt;  

  
<br />&gt; 

  
<pre wrap="">
<hr width="90%" size="4" />
_______________________________________________
Serusers mailing 
list
<a href="mailto:Serusers@lists.iptel.org" class="moz-txt-link-abbreviated">Serusers@lists.iptel.org</a>
<a href="http://lists.iptel.org/mailman/listinfo/serusers" class="moz-txt-link-freetext">http://lists.iptel.org/mailman/listinfo/serusers</a>
  
</pre>
</blockquote>

<br />
<br />
<br />
</font>
</BODY>
</HTML>