<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    This complements my previous post, which is included for
    completeness' sake below (0001-OLEDB-xxx)<br>
    <br>
    convert_DataConvert is extended for the types DBTYPE_I1, DBTYPE_I8
    ,DBTYPE_UI2, DBTYPE_DECIMAL. The conversions are performed using the
    OLEAUT32-Functions VarXXXFromYYY, as far as they exist which made
    this mostly a carefully handled copy/paste job.<br>
    <br>
    Conversion DBTYPE_TIMESTAMP&lt;-&gt;DBTYPE_DATE have been
    successfully tested using a commercial app (HIW Rendite 10).<br>
    <br>
    GetConversionLength has been implemented trivially for fixed-length
    dstTypes, and partially for var-length types (as far as the app
    required it).<br>
    <br>
    <br>
    -------- Original-Nachricht --------
    <table class="moz-email-headers-table" cellpadding="0"
      cellspacing="0" border="0">
      <tbody>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Betreff: </th>
          <td>dlls/oledb32: added conversions for
            R8,BOOL,DATE,DBTIMESTAMP</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Datum: </th>
          <td>Wed, 17 Nov 2010 13:45:25 +0100</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Von: </th>
          <td>Andreas Pflug <a class="moz-txt-link-rfc2396E" href="mailto:pflug@pse-consulting.de">&lt;pflug@pse-consulting.de&gt;</a></td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">An: </th>
          <td><a class="moz-txt-link-abbreviated" href="mailto:wine-patches@winehq.org">wine-patches@winehq.org</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <pre>convert_DataConvert now know the types DBTYPE_R8, DBTYPE_BOOL, 
DBTYPE_DATE and will convert from all source types supported by 
VarXXXFromYYY functions.
DBTYPE_TIMESTAMP is supported to convert from and to DBTYPE_DATE.
get_length is extended accordingly.


</pre>
  </body>
</html>