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
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