Changeset 64-bit,2.1.5 for 64-bit


Ignore:
Timestamp:
03/21/2008 10:11:36 AM (18 years ago)
Author:
raverkamp
revision id:
svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:12
Message:

fixed typoes in doc/documentation.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 64-bit/doc/documentation.html

    r2.1.4 r2.1.5  
    3131      On Linux it worked with CMUCL and MySQL. Since the interface to the ODBC library
    3232      is done with
    33       CFFI, plain-odbc should still with on these platforms/systems.
     33      CFFI, plain-odbc should still work on these platforms/systems.
    3434      </p>
    3535    <p>
     
    485485     <p>
    486486      <br><b>[Function]</b><br>
    487       <tt>exec-update*<i>connection sqlstring parameters</i></tt><br>
     487      <tt>exec-update* <i>connection sqlstring parameters</i></tt><br>
    488488      The same as <tt>exec-update</tt>, but the ODBC parameters are passed as a list.
    489489    </p>
     
    497497      <p>
    498498      <br><b>[Function]</b><br>
    499       <tt>exec-command*<i>connection sqlstring parameters</i></tt><br>
     499      <tt>exec-command* <i>connection sqlstring parameters</i></tt><br>
    500500      The same as <tt>exec-command</tt>, but the ODBC parameters are passed as a list.
    501501      </p>
     
    525525    <p>
    526526      <br><b>[Function]</b><br>
    527           <tt>exec-sql*<i>connection sqlstring parameters</i></tt><br>
     527          <tt>exec-sql* <i>connection sqlstring parameters</i></tt><br>
    528528            The same as <tt>exec-sql</tt>, but the ODBC parameters are passed as a list.
    529529    </p>
Note: See TracChangeset for help on using the changeset viewer.