<font face="verdana,sans-serif">I think you shoud use apllyUpdates from your dataset after post, no?<br clear="all"></font><font face="verdana, sans-serif">________________________________<br>William de Oliveira Ferreira<br>

Bacharel em Sistemas de Informação</font><br>
<br><br><div class="gmail_quote">2011/7/26 "Arí Ricardo Ody" <span dir="ltr"><<a href="mailto:aro52@gmx.com">aro52@gmx.com</a>></span><br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">

<span style="font-family: Verdana;"><span style="font-size: 12px;"><span style="font-family: verdana;"><span style="font-size: 12px;">I built a single application to browse and update a SQLite database that have 1 table with 2 columns: num and name<br>

 
I inserted 2 lines in the table begin my tests.<br> 
<br> 
The application consists in a DBNavigator and DBGrid. When I ran the program the grid appears and the 2 lines appear normally in the grid. Everything seems to be fine.<br> 
<br> 
Then I try to include a new line in the grid by click on "+"(insert) button of the DBNavigator. It appears a new line in the grid. I type a number and name and click the "post" button of the DBNavigator. The grid appears now with 3 lines. I repeat the operation and the grid appears with 4 lines. As expected.<br>

 
<br> 
In this moment I click the "refresh" button of the DBNavigator. Surprise! I receive the original grid with the 2 lines I inserted originally. E.g., the insertions don't occurs in the database although the new lines appear in the grid before I click the refresh button.<br>

 
<br> 
There was a SQLite3 connection, a SQLQuery, a Datasource and a SQLTransaction. Are these components plus DBNavigator and DBGrid data-aware components? It seems that they don't.<br> 
<br> 
Other question: After I click the "+" button in the DBNAvigator and type the newline, how can I get in my code the values typed in the new line?<br> 
<br> 
Greetings from Sao Paulo - Brazil<br> 
<br> 
Ricardo</span></span><br> 
</span></span>
<br>--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
<br></blockquote></div><br>