Re: [python-win32] Dispatches With Events on COM Object

2006-08-08 Thread Neil Benn
Mark Hammond wrote: Ah good point, I put back in the brackets (doh!) and I am now back to the previous place: mod = gencache.EnsureModule('{A4818FD5-6479-11D4-8452-00104B92DD56}', 0, 1, 0) print dir(mod) ob = mod.Application() print dir(ob) objCybio =

[python-win32] Re:Embedding an OLE object through ADO. How..?

2006-08-08 Thread Roger Upole
Apparently access uses some kind of undocumented byte stream format for ole objects. There's some code in this article http://www.codeguru.com/cpp/data/mfc_database/microsoftaccess/article.php/c1123 but it uses some functions not wrapped by pywin32. Roger