Re: pymssql Connection to the database failed for an unknown reason

From: Thomson(dot)Li(at)sourcephotonics(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pymssql Connection to the database failed for an unknown reason
Date: 2012-10-10 01:17:40
Message-ID: 8921460e-0124-4472-bf5d-5b481e037e11@googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday, January 29, 2011 9:08:22 PM UTC+8, orgilhp wrote:
> Hello
> I am using pymssql to connect to MSSQL2008 database. But an error
> occurs:
> ------------------------------------------------------------------
> >>> import pymssql
> >>> conn = pymssql.connect(host='orgilhpnb\mssql2008', user='erp', password='123', database='eoffice_clone')
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/lib/pymodules/python2.6/pymssql.py", line 609, in connect
> raise InterfaceError, e[0]
> pymssql.InterfaceError: Connection to the database failed for an
> unknown reason.
> ------------------------------------------------------------------
>
> The host name, user, password and database name are all correct.
> Why I get an error? Please help me!
>
> Any suggestion would be highly appreciated!
>
> Best regards,
> Orgil

Do you solve this issue? I encounted the same issue
would you like to reply the issue?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-10-10 01:34:35 Re: pgxs problem...
Previous Message Tom Lane 2012-10-10 01:09:54 Re: [GENERAL] pgxs problem...