<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>