<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2 May 2011, at 20:24, Alex Arnon wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi All,<br><br>Is there an RDBMS driver in the Erlang universe whose API supports transactions?<br>The docs for odbc, epgsql and emysql do not specify any kind of transaction support.<br></div></blockquote><br></div><div>Erlydb had transaction support, and some people may still be using it.</div><div><br></div><div><a href="https://github.com/anka-213/erlydb">https://github.com/anka-213/erlydb</a></div><div><a href="http://yarivsblog.blogspot.com/2006/09/erlydb-07.html">http://yarivsblog.blogspot.com/2006/09/erlydb-07.html</a></div><div><br></div><div>ODBC actually does too. You use odbc:connect/2 followed by odbc:commit/2,</div><div>unless you have {auto_commit, on}, in which case every query is a transaction.</div><div><br></div><div>BR,</div><div>Ulf W</div><br><div>
<div>Ulf Wiger, CTO, Erlang Solutions, Ltd.</div><div><a href="http://erlang-solutions.com">http://erlang-solutions.com</a></div><div><br></div><br class="Apple-interchange-newline">
</div>
<br></body></html>