<div dir="ltr">hi Roman, does dbSendQuery solve the problem? like <br><br><a href="https://stackoverflow.com/questions/30390920/how-to-pass-a-system-function-to-monetdb-through-r/30390939#30390939">https://stackoverflow.com/questions/30390920/how-to-pass-a-system-function-to-monetdb-through-r/30390939#30390939</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 1:11 AM, Роман Кисленок <span dir="ltr"><<a href="mailto:kislenok.roman@gmail.com" target="_blank">kislenok.roman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Is there a way to call MonetDB functions using MonetDB.R?</div><div>I want to execute this SQL:</div><div>call sys.reuse('sys', 'my_way_too_large_table');</div><div><br></div><div>When I try to:</div><div>dbSendUpdate(conn, "call sys.reuse('sys', 'my_way_too_large_table')")<br></div><div>I get an error:</div><div>Exception in .mapiParseResponse(mresp) : </div><div> Invalid response from server. Try re-connecting.</div><div><br></div><div>In mapi.R we have:</div><div><div>if (length(lines) < 1) {</div><div> stop("Invalid response from server. Try re-connecting.")</div><div>}</div></div><div>But this "call" does not provide any output. May be there is some additional function that violates response parse?</div><span class="HOEnZb"><font color="#888888"><div><div><br></div>-- <br><div><div dir="ltr">Roman Kislenok</div></div>
</div></font></span></div>
<br>_______________________________________________<br>
Monetr-users mailing list<br>
<a href="mailto:Monetr-users@lists.r-forge.r-project.org">Monetr-users@lists.r-forge.r-project.org</a><br>
<a href="http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/monetr-users" rel="noreferrer" target="_blank">http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/monetr-users</a><br>
<br></blockquote></div><br></div>