<div dir="ltr">On Sat, Aug 17, 2013 at 5:59 PM, Hartmut Pfarr <span dir="ltr">&lt;<a href="mailto:hartmut0407@googlemail.com" target="_blank">hartmut0407@googlemail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  query_ conn &quot;select 2 + 2&quot;<br><br>
I&#39;ve no errors any more.<br>
But: I don&#39;t see any result (for sure, it is not coeded yet)<br></blockquote><div><br></div><div>Yes, because you&#39;re not capturing it; it&#39;s the return value from `query_`, which you are throwing away above instead of capturing with some kind of `res &lt;- query_ ...`. Again, see that section of the documentation I pointed to for how to get results.</div>
<div><br></div></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>