ODBC package test
cahill
cahill@REDACTED
Mon Jan 8 13:48:58 CET 2001
Is there any way to test that my odbc package is setup correct, and will
communicate with my unixOdbc drivers.
I have tried the basic.erl code supplied, but i cant get this to work,
and im not sure wheter or not im implementing this properly or wether
the problem is with my odbc drivers.
I have started the MySql daemon, and compiled the basic.erl file on a
named Erlang shell ( erl -name odbc1) .
when i try to start the Basic.erl file i get the following error :
(odbc1@REDACTED)8> basic:start().
** exited: {noproc,{gen_server,call,
[odbc_sup,
{start_child,
[{local,odbc1},[{client,<0.47.0>}],[]]},
infinity]}} **
any suggestions are welcomed.
thanx adrian
More information about the erlang-questions
mailing list