[erlang-questions] starting odbc from an application

Anthony Shipman als@REDACTED
Sat Jun 13 21:07:00 CEST 2009


On Sat, 13 Jun 2009 07:51:41 pm info wrote:
> What is the best method:
> - to start as I do it;
> - to start with a release package my application and the odbc application ?
> John

According to the documentation just do
    ok = odbc:start()
If I recall correctly, since a recent release of Erlang, you have to do this 
explicitly.

-- 
Anthony Shipman                    Mamas don't let your babies 
als@REDACTED                   grow up to be outsourced.


More information about the erlang-questions mailing list