erlang odbc support works, but I always hated odbc on unix due to poor support.<br><br>one thing we thought of doing was adding a java bridge to the database using jinterface for communications.<br><br>weird way to do it, but shouldn't be too big of a pain.  Especially since jdbc is a pretty darn solid database connector.<br>
<br>definitely not going to be your highest speed option though, since you'll take multiple marshaling hits while transferring data back and fourth.<br><br><br><div class="gmail_quote">On Tue, Dec 16, 2008 at 5:27 PM, Tony Hobbins <span dir="ltr"><<a href="mailto:tony.hobbins@gmail.com">tony.hobbins@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br>
<br>
Can anyone shed any light on best practice for interfacing Erlang to<br>
an Oracle DBMS?<br>
<br>
Specifically I only need query access to a legacy database (mnesia is<br>
not an option unfortunately).<br>
I seem to recall many years ago that work on an OCI interface was<br>
proposed.<br>
I am not sure of the state of any erlang-JDBC ports.<br>
<br>
Any advice or pointers in the right direction would be greatly<br>
appreciated!<br>
<br>
Tony Hobbins<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>