RE: [Zope] ODBC Connection

2000-12-12 Thread Paolo Quaglia
Try to use the ZODBCDA http://www.zope.org/Products/DA/ZODBCDA It works very well! Paolo Quaglia -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Emmon SimboSent: Tuesday, December 12, 2000 11:26 AMTo: [EMAIL PROTECTED]Subject: [Zope]

Re: [Zope] ODBC Connection

2000-12-12 Thread Philipp Auersperg
the ZmxODBC DA uses the Zope-independent product mxODBC, that provides a generic Python DB API compliant ODBC interface to Python. ZmxODBC installs mxODBC into lib/python/Shared/mx. The problem is that this path is not in the default PythonPath. Solution: move the mx directory from

RE: [Zope] ODBC Connection

2000-12-12 Thread Emmon Simbo
PROTECTED]] Sent: 12 December 2000 11:51 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] ODBC Connection the ZmxODBC DA uses the Zope-independent product mxODBC, that provides a generic Python DB API compliant ODBC interface to Python. ZmxODBC installs mxODBC into lib/python/Shared/mx

RE: [Zope] ODBC Connection

2000-12-12 Thread Emmon Simbo
:[EMAIL PROTECTED]]On Behalf Of Paolo QuagliaSent: 12 December 2000 11:12To: [EMAIL PROTECTED]Subject: RE: [Zope] ODBC Connection Try to use the ZODBCDA http://www.zope.org/Products/DA/ZODBCDA It works very well! Paolo Quaglia -Original Message-From: [EMAIL PROTECTED] [mailto

RE: [Zope] ODBC Connection

2000-12-12 Thread Paolo Quaglia
Quaglia; [EMAIL PROTECTED]Subject: RE: [Zope] ODBC Connection Hi Paolo I already have that. The problem was that it wasn't in the lib/python path. Moving it there fixed the problem. Now I get an error Error Type: NameErrorError Value: SQLDataSources whenI try

RE: [Zope] ODBC Connection

2000-12-12 Thread Emmon Simbo
Z mxODBC connection. Is there something I'm missing here Thanks Emmon -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paolo QuagliaSent: 12 December 2000 13:15To: [EMAIL PROTECTED]Subject: RE: [Zope] ODBC Connection Hi Emmon I don't well

RE: [Zope] ODBC connection to Oracle

2000-06-01 Thread Theodore Patrick
We have had mixed results depending on the ODBC driver you use to make your DSN. Here is what I found. 1. Microsofts ODBC Driver for ORACLE on NT4.0, NT2000 -CREATE DSN -OK -ZOPE ZODBC -OK -ZSQL METHODS -OK 2. ORACLE ODBC DRIVER on NT 4.0, Especially NT2000