On 11/17/06, rieh25 <[EMAIL PROTECTED]> wrote:
>
> Ok, thanks...
>
>
> Jim Vickroy wrote:
> >
> > rieh25 wrote:
> >
> >>I'm thinking of implementing pywin32 to implement access to an Oracle
> >>database, to users of an application built in Zope . Is this a good idea,
> or
> >>is pywin32's odbc feature intended for a single user?
> >>
> >>Thanks
> >>
> >>
> > pywin32's odbc interface provides connection objects -- as many as your
> > database back end allows -- so it is fine for multiple users -- jv

If you are talking to Oracle DB I would recommend using cx_Oracle and
skipping odbc altogether.
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to