Hi,

Basically I want to have an installation package automatically run the
COM MakePy utility for the ADO 2.8 library. I believe I need to do this
so that constants like win32com.client.constants.adTinyInt will be
available when my application (http://www.sofastatistics.com) connects to
MS Access and MS SQL Server databases.

Ideally I would have a line doing something like this:

win32com.runmakepy("Microsoft ActiveX Data Objects 2.8 Library (2.8)")

Is it possible to do this programmatically?


All the best, Grant
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to