[python-win32] Adodbapi date param error with MS access

2015-05-04 Thread Adrián Panella
Hi, I'am trying to use adodbapi to wrap a connection to an .accdb MS Access database and I'm getting an error when executing a query with a date parameter.For what I could deduce the problem is that it converts to COMDate only if "settings_known" is set, which seems not to be the case for Access

Re: [python-win32] I need to make a COM object with py2exe. Please HELP!

2015-05-04 Thread Diego Vélez Torres
Hi Tim and Waldemar: I have tried ironPython before. I guess that is pretty straight to compile an ironPython code into a DLL so other .NET program can call it. I never done it before, but I followed an example of a DLL made with C++ that later was called from an ironPython program. However, in