I am testing adodbapi with IPy 2.7.2a2 -- using my new laptop which I have set up as an everything in 64-bit test bed.  <br><br>My default test database is an .mdb (so-called ACCESS database) file.  Microsoft has decided that the JET engine, which has historically been used to read and write that format is to be deprecated, so there is no 64 bit version of it.  It is replaced by the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=13255">Access Database Engine 2010 redistributable.</a> Of course, the new software requires a different connection string, one containing &quot;Provider=Microsoft.ACE.OLEDB.12.0;&quot;.<br>

<br>So, how can I tell which width of IronPython I am running, so I know which connection string to use?<br>--<br>Vernon<br><br>