Norman , <br><br>Avp_db_query also perform the PL/SQL function and Procedure , <br>This will support only , MySql version&nbsp; must be grater than 5.0 , <br><br>But&nbsp; if the avp_db_query is in condition statement&nbsp; is should the Error, Query will execute it, 
<br>don&#39;t worry at Error, <br><br>avp_db_query&nbsp; execute also all SQL statements , it can any any table , that depends on the users to access the DB in MySQL user .<br><br>I tested this things, <br><br><div><span class="gmail_quote">
On 4/11/07, <b class="gmail_sendername">Norman Brandinger</b> &lt;<a href="mailto:norm@goes.com">norm@goes.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chungyu,<br><br>Perhaps the following will work for you:<br><br>avp_db_query(&quot;DELETE FROM usr_preferences WHERE (username = &#39;bob&#39;) AND<br>(number = &#39;1&#39;)&quot;);<br><br>Using the above as an example, you should be able to INSERT into a table
<br>with avp_db_query();<br><br>Regards,<br>Norm<br><br>chungyu wrote:<br>&gt; Dear all:<br>&gt; Avpops module&#39; exported function avp_db_delete() can do delete one record?<br>&gt; example:<br>&gt; I use &quot;test&quot; as default table that has two fields.
<br>&gt; username | number<br>&gt; -------------------<br>&gt; bob | 1<br>&gt; alice | 1<br>&gt; bob | 2<br>&gt; 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;,<br>&gt; &quot;number_scheme:table=test;value_col=number;value_type=string&quot;)<br>&gt; if (method==&quot;INVITE&quot;){<br>&gt; avp_db_load(&quot;$from/username&quot;, &quot;$num/$number_scheme&quot;); //load from
<br>&gt; table &quot;test&quot; ,number column as string value into AVP name &#39;$num&#39;<br>&gt; avp_db_delete(&quot;$from/username&quot;, &quot;s:test&quot;) //delete all bob&#39; record<br>&gt; };<br>&gt; if bob calling then bob&#39;record has deleted
<br>&gt; username | number<br>&gt; --------------------<br>&gt; alice | 1<br>&gt; But i want delete a record.<br>&gt; ex: delete number value is 1 for bob<br>&gt; username | number<br>&gt; --------------------<br>&gt; alice | 1
<br>&gt; ---------------------<br>&gt; bob | 2<br>&gt; avp_db_delete() can do delete one record?<br>&gt; Another question is avp_db_store() can do insert new data in table?<br>&gt; ex: insert into test (username,number) values (&quot;mary&quot;,&quot;3&quot;)
<br>&gt; username | number<br>&gt; -------------------<br>&gt; alice | 1<br>&gt; -------------------<br>&gt; bob | 2<br>&gt; -------------------<br>&gt; mary | 3<br>&gt; avp_db_store() can do it?<br>&gt; sorry,I still can&#39;t understand what it mean about avp_db_store() and
<br>&gt; avp_db_delete().<br>&gt; Can tell me?<br>&gt; Thanks a lot in advance<br>&gt; Chungyu<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@openser.org">Users@openser.org</a><br>&gt; <a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;
<br><br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@openser.org">Users@openser.org</a><br><a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Thanks and Regards<br>Ravi Prakash Sunkara                <br><a href="mailto:ravi.sunkara@hyperion-tech.com">ravi.sunkara@hyperion-tech.com</a>         <br>M:+91 9985077535<br><a href="http://www.hyperion-tech.com">
www.hyperion-tech.com</a><br>Client and Parent company :- <a href="http://www.august-networks.com">www.august-networks.com</a>