[python-win32] AccessDB 2007 (S, Sachin (NSN - IN/Bangalore))

2012-08-23 Thread Zev Spitz
, then you need the download at the link you provided. Otherwise, you have no need for it. Zev Spitz On 8/23/2012 1:00 PM, python-win32-requ...@python.org wrote: Send python-win32 mailing list submissions to python-win32@python.org To subscribe

Re: [python-win32] AccessDB 2007 (S, Sachin (NSN - IN/Bangalore))

2012-08-23 Thread Zev Spitz
That connection string works if you're using the pyodbc library, which uses ODBC under the hood. The questioner is using win32com to get at the ADODB.Connection object, which uses a different connection string format. Zev Spitz On 8/23/2012 4:38 PM, Ahmed, Shakir wrote: You can try

Re: [python-win32] Word document with columns and page break. (Little Guy)

2011-07-11 Thread Zev Spitz
.constants.wdSectionBreakNextPage) #Apply two columns to the first section doc.Sections(1).PageSetup.TextColumns.SetCount(2) Hope this helps, Zev Spitz On 7/10/2011 1:00 PM, python-win32-requ...@python.org wrote: Send python-win32 mailing list submissions to python-win32@python.org

Re: [python-win32] Passing Nothing into ReferencesEvents - resolved, however can't bind events [SEC=PERSONAL]

2009-10-19 Thread Zev Spitz
I am coming from VBA, and my understanding of COM internals is very weak. 2 questions: 1) What do I replace IWhatever with, and how do I find that out? (The argument is supposed to be of type VBProject) 2) How do I get an instance of IWhatever? Many thanks. Zev Spitz Andrew MacIntyre wrote