Vernon, > > accessible to other uses: > >>> ado_consts.adLongVarWChar > 203 > >>> ado_consts.ado_type_name(203) > 'adLongVarWChar' > >>> > > This will break code which expects some of these constants to be attributes > of adodbapi, such as 'adUseClient' and 'adXactBrowse'.
that does not have to be this way. a) You can import those consts into the adodbapi-namespace per default, and they will be available from that module adodbapi.py: ... import * from ado_consts or b) anybody who needs it can put this line into adodbapi.py ... I am sure there are more ways to provide a smooth transition. BEst wishes, Harald -- GHUM Harald Massa persuadere et programmare Harald Armin Massa Spielberger Straße 49 70435 Stuttgart 0173/9409607 no fx, no carrier pigeon - %s is too gigantic of an industry to bend to the whims of reality _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32