Re: python pyodbc - connect error

2009-10-23 Thread Gabriel Genellina
En Thu, 22 Oct 2009 22:33:52 -0300, Threader Slash  
threadersl...@gmail.com escribió:


Hi again.. I have done the same test using pyodbc, but to MySQL ODBC  
driver.
It works fine for MySQL. The problem still remains to Lotus Notes. Any  
other

hints please?


http://www.connectionstrings.com

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list


python pyodbc - connect error

2009-10-22 Thread Threader Slash
Hello Everybody... here we go - my question:

1. I am using Eclipse IDE with Python 2.5 and pyodbc25 - winXP; need to read
content from a
Lotus Notes database, so run some basic query like - SELECT personname FROM
tablename.
2. 'import pyodbc' is ok - python see it!
3. But it doesn't connect, when I try to run
conn = pyodbc.connect(DRIVER={Lotus NotesSQL Driver};SERVER=local;UID=John
Meyer;PWD=yellowbird;DATABASE=mydb.nsf)

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

Please, any hint or suggestion? Thanks in advance. ThreaderSlash
-- 
http://mail.python.org/mailman/listinfo/python-list


python pyodbc - connect error

2009-10-22 Thread Threader Slash
Hi again.. I have done the same test using pyodbc, but to MySQL ODBC driver.
It works fine for MySQL. The problem still remains to Lotus Notes. Any other
hints please?
-- 
http://mail.python.org/mailman/listinfo/python-list