| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: sql-statement &key db hstmt
Check the sql-statement for errors and prepare for its execution, but don't execute the statement.
If statement handle hstmt is true then
it is used for the conversation with its associated
database. Otherwise if db is true then
it is the database on which the sql statement will be run. If
db is also nil
then the database
used is the one that is the value of *default-database*
.
See aodbc.htm for more information on Allegro ODBC.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |