ODBC + MySQL

Vladimir Sekissov svg@REDACTED
Thu Nov 25 15:02:06 CET 2004


Good day,

mpquique> odbc:connect("DSN=MySQL;UID=uid;PWD=pwd", []).

Try:
odbc:connect("DSN=MySQL;UID=uid;PWD=pwd",
	[{trace_driver, on},{{scrollable_cursors, off}]).

Check `SQL.LOG' file after.

Best Regards,
Vladimir Sekissov



More information about the erlang-questions mailing list