<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 7 apr 2020 alle ore 17:02 Gianluigi <<a href="mailto:bagonergi@gmail.com">bagonergi@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 7 apr 2020 alle ore 16:22 T Lee Davidson <<a href="mailto:t.lee.davidson@gmail.com" target="_blank">t.lee.davidson@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/7/20 8:10 AM, Benoît Minisini wrote:<br>
> Le 07/04/2020 à 11:27, Yeshua Rodas a écrit :<br>
>> Hello people.<br>
>><br>
>> I'm having an issue working with SQLite.<br>
>><br>
>> I have a particular function for insert a batch of data and return the number of affected rows:<br>
>><br>
[snip]>><br>
> <br>
> Only SELECT queries return a Result object. You don't have access to the number of inserted rows at the moment.<br>
> <br>
<br>
If you need the number of rows inserted, one way might be to:<br>
1. Count the number of rows in the table before the operation, then<br>
2. Count the number of rows in the table after the operation, and<br>
3. Return the difference.<br></blockquote><div><br></div><div>Maybe trying this...<br><br></div></div></div></blockquote><div><br></div><div>I forgot this code:</div><div>  MBase.CloseDB()</div><div> after this in FMain.class:</div><div>  Print "The total records are "; MBase.$nTotalNumber; ", of which new "; MBase.$nNewNumber</div><div><br></div><div>Regards</div><div>Gianluigi   </div></div></div>