<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 6, 2013 at 9:55 AM, Alistair Leslie-Hughes <span dir="ltr"><<a href="mailto:leslie_alistair@hotmail.com" target="_blank">leslie_alistair@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
Corrects a spelling mistake too and<br>
<br>
Changelog:<br>
    oledb32: Correct DBPROP_INIT_PROVIDERSTRING and DBPROP_INIT_HWND types<br>
<br>
<br>
Best Regards<span class=""><font color="#888888"><br>
 Alistair Leslie-Hughes<br>
</font></span><br><br>
<br></blockquote></div><br><pre>-    { extemdedW,   DBPROP_INIT_PROVIDERSTRING,             DBPROPOPTIONS_REQUIRED, VT_BSTR },
+    { extemdedW,   DBPROP_INIT_PROVIDERSTRING,             DBPROPOPTIONS_OPTIONAL, VT_BSTR },
     { gen_timeout, DBPROP_INIT_GENERALTIMEOUT,             DBPROPOPTIONS_OPTIONAL, VT_I4 },
-    { initcatW,    DBPROP_CATALOGLOCATION,                 DBPROPOPTIONS_OPTIONAL, VT_BSTR },
+    { initcatW,    DBPROP_CATALOGLOCATION,                 DBPROPOPTIONS_OPTIONAL, VT_I4 },<br><br></pre><pre>How it's an integer? Catalog location is a path basically. Regarding provider string, could you please add a test for this flag?<br>
</pre></div></div>