<div dir="ltr"><br><div class="gmail_quote"><br><div dir="ltr"><p>Here is something what may help:<br></p><p dir="ltr">>>> import System</p><p dir="ltr">>>> a=System.Array[System.Object]([42,"foo"])<br>
>>> a[0]<br>42<br>>>> a[1]<br>
'foo'<br></p><p dir="ltr"><br></p><p dir="ltr">It is not answer for your question, but there is another way to use ADO<br>
 <a href="http://pypi.python.org/pypi/adodbapi/2.4.2.2" target="_blank">http://pypi.python.org/pypi/adodbapi/2.4.2.2</a></p><p dir="ltr"></p><div class="gmail_quote">--pawel<br><br></div><div class="gmail_quote"><div><div class="h5">
On Feb 15, 2013 10:12 AM, "Bernd Viehmann" <<a href="mailto:bernd.viehmann@googlemail.com" target="_blank">bernd.viehmann@googlemail.com</a>> wrote:<br type="attribution">
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5">
<div dir="ltr"><div><div>Hi,<br><br></div>I want to use a DataView with a <a href="http://ADO.NET" target="_blank">ADO.NET</a> DataTable which has 2 values for indexing. <br>FindRow() need  something like this as parameter for every key that is defined:<br>



<br></div>[ in C# ]<br><br><pre><span style="color:Blue">public</span> DataRowView[] FindRows (
        Object[] key
)<br><br><br><br><div><div>My Problem is that I have not found how to do this with IPY. Any suggestions??<br> Mit freundlichen Grüßen<br>
<br>
Bernd Viehmann<br>
Mahrweg 46 <br>
41836 Hückelhoven<br>
<br>
Tel.: 02433 9640 100<br>
Fax: 02433 9640 109<br>

</div></div></pre></div>
<br></div></div>_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org" target="_blank">Ironpython-users@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
<br></blockquote></div>
</div>
</div><br></div>