[erlang-questions] (no subject)
Robert Raschke
rtrlists@REDACTED
Mon Apr 27 10:49:57 CEST 2009
On Fri, Apr 24, 2009 at 9:13 PM, Rene Villalta Soto
<rvillalta@REDACTED> wrote:
> Hi I need some help , I have other problem now with Postgres
>
>
> {ok, Ref} = odbc:connect("Driver={SQL Server};Server=10.36.2.199;Port=3306;Database=testLazy;Uid=postgres;Pwd=postgres;", []).
> ** exception error: no match of right hand side value {error,
> "No SQL-driver information available. Connection to database failed."}
>
> and how I can conform connections strings to others DBMS?
Have a look at http://www.connectionstrings.com/ .
And you will also very likely want to specify {scrollable_cursors,
off} as an option to odbc:connect(), because a lot of ODBC dirvers do
not support bi-directional cursors.
Robby
More information about the erlang-questions
mailing list