pyodbc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pyodbc-dev] Re: Issue 71 in pyodbc: python pyodbc - connect error


From: Threader Slash
Subject: [Pyodbc-dev] Re: Issue 71 in pyodbc: python pyodbc - connect error
Date: Fri, 23 Oct 2009 10:03:14 +1100

Hi Thanks.. I tried with {} -

conn = pyodbc.connect("DRIVER={Lotus NotesSQL Driver};SERVER=local;UID=John Meyer;PWD=yellowbird;DATABASE=
mydb.nsf")

still gives me the same error:
pyodbc.Error: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnectW)')

Any other help please? cheers... ThreaderSlash


On Thu, Oct 22, 2009 at 10:54 PM, <address@hidden> wrote:
Updates:
       Status: Investigating

Comment #1 on issue 71 by mkleehammer: python pyodbc - connect error
http://code.google.com/p/pyodbc/issues/detail?id=71

You are missing the opening brace for the driver keyword:

 DRIVER=Lotus NotesSQL Driver}

should be :

 DRIVER={Lotus NotesSQL Driver}

Let us know how that works.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


reply via email to

[Prev in Thread] Current Thread [Next in Thread]