[pywin32-bugs] [ pywin32-Bugs-2014292 ] ADODBAPI error
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-07-09 15:51:06
|
Bugs item #2014292, was opened at 2008-07-09 11:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2014292&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Adam Vandenberg (adamvan) Assigned to: Nobody/Anonymous (nobody) Summary: ADODBAPI error Initial Comment: CoInitialize needs to be called before creating an ADO connection via Dispatch: Previous: Line 248: conn=Dispatch('ADODB.Connection') if win32: pythoncom.CoInitialize() #v2.1 Paj Suggested: if win32: pythoncom.CoInitialize() conn=Dispatch('ADODB.Connection') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2014292&group_id=78018 |