Changeset error-handling,9
- Timestamp:
- 06/09/2008 01:38:45 AM (18 years ago)
- branch-nick:
- error-handling
- parents:
Rev Tree Chgset 8 @error-handling,8 [error-handling,8] 2.1.5 @error-handling,2.1.5 [error-handling,2.1.5] - revision id:
- dsowen@fugue88.ws-20080609013845-b666kkm3u5fba2x9
- File:
-
- 1 edited
-
error-handling/doc/documentation.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
error-handling/doc/documentation.html
r2.1.4 r2.1.5 31 31 On Linux it worked with CMUCL and MySQL. Since the interface to the ODBC library 32 32 is done with 33 CFFI, plain-odbc should still w ithon these platforms/systems.33 CFFI, plain-odbc should still work on these platforms/systems. 34 34 </p> 35 35 <p> … … 485 485 <p> 486 486 <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> 488 488 The same as <tt>exec-update</tt>, but the ODBC parameters are passed as a list. 489 489 </p> … … 497 497 <p> 498 498 <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> 500 500 The same as <tt>exec-command</tt>, but the ODBC parameters are passed as a list. 501 501 </p> … … 525 525 <p> 526 526 <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> 528 528 The same as <tt>exec-sql</tt>, but the ODBC parameters are passed as a list. 529 529 </p>
Note: See TracChangeset
for help on using the changeset viewer.
