Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] PythonSocket -- unhandled exception in Finalize() in restricted
AppDomain
--
ISSUES
1. [New issue] PythonSocket -- unhandled exc
Here is something what may help:
>>> import System
>>> a=System.Array[System.Object]([42,"foo"])
>>> a[0]
42
>>> a[1]
'foo'
It is not answer for your question, but there is another way to use ADO
http://pypi.python.org/pypi/adodbapi/2.4.2.2
--pawel
On Feb 15, 2013 10:12 AM, "Bernd Viehmann"