I have exact same problem with vtkQTTableView , when I modify the vtkTable <br><br><div class="gmail_quote">On Fri, Mar 23, 2012 at 10:29 PM, Matthew Green <span dir="ltr">&lt;<a href="mailto:babygguy@gmail.com">babygguy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for the reply,<div><br></div><div>I still haven&#39;t been able to get this to work.</div><div><br></div><div>&lt;code&gt;</div>
<div>//add values to table</div><div>databaseTable-&gt;Modified();<div>databaseTable-&gt;Update();</div>
<div>table = databaseTable-&gt;GetOutput();</div><div>table-&gt;Modified();</div><div class="im"><div>table-&gt;Update();</div><div>table-&gt;Dump();</div><div>//does not contain the new values</div><div>&lt;/code&gt;</div>
<div><br></div>
</div><div>new values still don&#39;t appear. I know I&#39;ve done the update correctly because if I create a new vtkSQLDatabaseTableSource object it contains the new values exist.</div><div><br></div><div>Thanks,</div><div>
Matt</div><div><div class="h5">
<br><div class="gmail_quote">On Tue, Mar 20, 2012 at 4:01 AM, David Thompson <span dir="ltr">&lt;<a href="mailto:dcthomp@sandia.gov" target="_blank">dcthomp@sandia.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Matthew,<br>
<br>
You&#39;ll need to mark the vtkSQLDatabaseTableSource instance as modified in order for Update() to re-execute the pipeline; otherwise, it will return the previous results. For example, just after &quot;//add values to table&quot;, add<br>


<br>
    databaseTable-&gt;Modified();<br>
<br>
and you should see the new values.<br>
<br>
        David<div><div><br>
<br>
On Mar 16, 2012, at 21:16 , Matthew Green wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
Hi,<br>
<br>
Does vtkSQLDatabaseTableSource have the ability to update and re-execute the sql query?<br>
<br>
&lt;code&gt;<br>
vtkTable* table;<br>
VTK_CREATE( vtkSQLDatabaseTableSource, databaseTable );<br>
databaseTable-&gt;SetURL(&quot;sqlite:<u></u>//database.db&quot;);<br>
databaseTable-&gt;SetQuery(&quot;<u></u>SELECT * FROM MYTABLE&quot;);<br>
table = databaseTable-&gt;GetOutput();<br>
table-&gt;Update();<br>
table-&gt;Dump();<br>
<br>
//add values to table<br>
<br>
table-&gt;Update();<br>
table-&gt;Dump();<br>
//does not contain the new values<br>
&lt;/code&gt;<br></div></div>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/<u></u>listinfo/vtkusers</a><br>
</blockquote>
<br>
<br>
</blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>