[python-win32] Does pywin32-odbc support several users?

Waldemar Osuch waldemar.osuch at gmail.com
Sun Nov 19 08:04:18 CET 2006


On 11/17/06, rieh25 <robertoedwins at gmail.com> 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.


More information about the Python-win32 mailing list