[erlang-questions] odbc
Tuncer Ayaz
tuncer.ayaz@REDACTED
Fri Apr 24 21:56:33 CEST 2009
On Fri, Apr 24, 2009 at 9:49 PM, Rene Villalta Soto
<rvillalta@REDACTED> wrote:
>
> Hi, some of you have some idea how to make a module that connect Erlang with any DBMS?
> or have make some like that? greeting Rene.
Erlang has an odbc module. Alternatively you could use
JInterface with JDBC for access to a wide range of
"connectors". Depending on the dbms'es you want
to access using one of the existing native Erlang
modules may be the best option.
More information about the erlang-questions
mailing list