prepare-sql

$Revision: 1.1.2.2 $

Function

Package: DBI

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 non-nil then it is used for the conversation with its associated database. Otherwise if db is non-nil 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*.

This symbol is associated with the Allegro CL ODBC (AODBC) interface, version 2. Version 2 is new in Allegro CL 5.0.1. It is incompatible with the earlier version 1. Not all customers will have Allegro ODBC version 2. Contact your Franz Inc. sales representative for more information.

Allegro ODBC version 2 is described in aodbc_v2.htm.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.