<div dir="ltr"><div><div><div><div>Solved ! <br><br></div>i use jquery $.get(/url/:id.... <br><br></div>but it is working with break point in the browser just in waiting a few. <br><br></div>rewrite for use  $.post(url, data....  and it's ok ! <br>
<br></div>T. <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 11, 2014 at 6:36 PM, Tonton <span dir="ltr"><<a href="mailto:to.tonton@gmail.com" target="_blank">to.tonton@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello <br><br></div>i use a db file per entreprise of user in my dancer app, i can get insert and update <br>
<br></div>but for delete it is not really works...:( <br><br></div>this how i do that the table have primary key name id <br>
<br>my $dbname           = "$UPLOAD/$entreprise/$entreprise.sqlite";<br>    database({ driver => 'SQLite', database => $dbname })->quick_delete('fournisseurs', {id => $idFourToDel} );<br>

<br><br></div><div>is someone with solution or same trouble<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>T. <br></div></font></span></div>
</blockquote></div><br></div>