[erlang-questions] Looking for RDBMS driver with Transaction Support.

Alex Arnon alex.arnon@REDACTED
Tue May 3 14:19:33 CEST 2011


Good - we don't need nested transactions.
Thanks!


On Tue, May 3, 2011 at 11:11 AM, Robert Raschke <rtrlists@REDACTED>wrote:

> Just to reiterate Ulf's point, in case you missed it. The standard Erlang
> odbc module supports transactions when you odbc:connect/2 using the option
> {auto_commit, off}.
>
> Although, if I remember correctly, nested txns are not supported.
>
> Robby
>
>
> On Mon, May 2, 2011 at 8:18 PM, Alex Arnon <alex.arnon@REDACTED> wrote:
>
>> Thank you all for the solutions, this is very helpful!
>> We will evaluate the epgsql and erlang-mysql solutions.
>>
>>
>>
>> On Mon, May 2, 2011 at 9:43 PM, Parnell Springmeyer <ixmatus@REDACTED>wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> https://github.com/dizzyd/erlang-mysql-driver
>>>
>>> Look at the tests to see how transactions are used. I use them
>>> extensively in my current project.
>>>
>>> Alex Arnon <alex.arnon@REDACTED> writes:
>>>
>>> > Hi All,
>>> >
>>> > Is there an RDBMS driver in the Erlang universe whose API supports
>>> > transactions?
>>> > The docs for odbc, epgsql and emysql do not specify any kind of
>>> > transaction support.
>>> >
>>> > Thanks in advance!
>>> >
>>> > _______________________________________________
>>> > erlang-questions mailing list
>>> > erlang-questions@REDACTED
>>> > http://erlang.org/mailman/listinfo/erlang-questions
>>>
>>> - --
>>> Parnell "ixmatus" Springmeyer (http://ixmat.us)
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
>>> Comment: GPGTools - http://gpgtools.org
>>>
>>> iQEcBAEBAgAGBQJNvvs7AAoJEPvtlbpI1POLvQcH/jyrjTekFE3P0FeF6dn84ROo
>>> mAQQWI0cKGM8gLJOJA0kzaf3kEOZ4Ad6qBot2cXU1W5jWBDxRdf0DcvlsGCXx7uN
>>> fNOfLCug6/3NNICkCjTUu+mtE1zs3itxj4LU87fbNe9h65MelASwQh7NnXob11A2
>>> 5ylQBXgzEdv6AaPavdO/ej9qRNDA0QieVTFaECW0Pzaly87q9XkBqkgQqoFt34Ta
>>> eAbewn90VhuQKB1GZZJDUOH58l57H2RaMKUqSqYMCCmqxwXXAmNUKyNYOsurx7za
>>> gCjSEBZ7JvCb+3yyLj6SWlHgTFypYNtZK+861lNLd8i2aKPsOuWHIo/9pkprO94=
>>> =PPX8
>>> -----END PGP SIGNATURE-----
>>>
>>
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110503/063599a2/attachment.htm>


More information about the erlang-questions mailing list